#763400

Color #763400 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #763400

Tints of Raw Umber #763400

Color information

#763400 (or 0x763400) is unknown color: approx Raw Umber. HEX triplet: 76, 34 and 00. RGB value is (118,52,0). Sum of RGB (Red+Green+Blue) = 118+52+0=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #763400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763400 is #89CBFF. Grayscale: #424242. Windows color (decimal): -9030656 or 13430. OLE color: 13430.

HSL color Cylindrical-coordinate representation of color #763400: hue angle of 26.44º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #763400 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB118520-
CMYK00.5610.54
HSL26.44º100%23.14%-
HSV(B)26.44º100%46.27%-
XYZ8.76.310.76-
YUV65.8190.87165.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 69.41%
GREEN value IS 52 (20.70% from 255) = 30.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.41%
G=30.59%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11852000.5610.5426.4410023.14
Hex7634003864361a6417
Octal166640070144663214427
Binary111011011010000111000110010011011011010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763400; }

 p { color: rgb(118,52,0); }

 H1.HeaderClassName
 {
   color: #763400;
 }
 .AnyTagClassName
 {
   color: #763400;
 }
</style>
background-color css

<style>
 a { background-color: #763400; }

 a { background-color: rgb(118,52,0); }

 div.DivClassName
 {
   background-color: #763400;
 }
 .BgClassName
 {
   background-color: #763400;
 }
</style>
border-color css

<style>
 span { border-color: #763400; }

 span { border-color: rgb(118,52,0); }

 td.TdClassName
 {
   border-color: #763400;
 }
 .TagClassName
 {
   border-color: #763400;
 }
</style>