#754200

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

Shades of Raw Umber #754200

Tints of Raw Umber #754200

Color information

#754200 (or 0x754200) is unknown color: approx Raw Umber. HEX triplet: 75, 42 and 00. RGB value is (117,66,0). Sum of RGB (Red+Green+Blue) = 117+66+0=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #754200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754200 is #8ABDFF. Grayscale: #4A4A4A. Windows color (decimal): -9092608 or 17013. OLE color: 17013.

HSL color Cylindrical-coordinate representation of color #754200: hue angle of 33.85º 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 #754200 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB117660-
CMYK00.4410.54
HSL33.85º100%22.94%-
HSV(B)33.85º100%45.88%-
XYZ9.287.680.99-
YUV73.7286.4158.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 63.93%
GREEN value IS 66 (26.17% from 255) = 36.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.93%
G=36.07%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11766000.4410.5433.8510022.94
Hex7542002C6436226417
Octal1651020054144664214427
Binary11101011000010001011001100100110110100010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754200; }

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

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

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

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

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

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

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

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