#754204

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

Shades of Raw Umber #754204

Tints of Raw Umber #754204

Color information

#754204 (or 0x754204) is unknown color: approx Raw Umber. HEX triplet: 75, 42 and 04. RGB value is (117,66,4). Sum of RGB (Red+Green+Blue) = 117+66+4=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #754204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754204 is #8ABDFB. Grayscale: #4A4A4A. Windows color (decimal): -9092604 or 279157. OLE color: 279157.

HSL color Cylindrical-coordinate representation of color #754204: hue angle of 32.92º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #754204 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB117664-
CMYK00.440.970.54
HSL32.92º93.39%23.73%-
HSV(B)32.92º96.58%45.88%-
XYZ9.317.691.11-
YUV74.1888.4158.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.57%
GREEN value IS 66 (26.17% from 255) = 35.29%
BLUE value IS 4 (1.95% from 255) = 2.14%
R=62.57%
G=35.29%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11766400.440.970.5432.9293.3923.73
Hex7542402C6136215d18
Octal1651024054141664113530
Binary1110101100001010001011001100001110110100001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754204; }

 p { color: rgb(117,66,4); }

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

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

 a { background-color: rgb(117,66,4); }

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

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

 span { border-color: rgb(117,66,4); }

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