#754A08

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

Shades of Raw Umber #754A08

Tints of Raw Umber #754A08

Color information

#754A08 (or 0x754A08) is unknown color: approx Raw Umber. HEX triplet: 75, 4A and 08. RGB value is (117,74,8). Sum of RGB (Red+Green+Blue) = 117+74+8=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #754A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754A08 is #8AB5F7. Grayscale: #4F4F4F. Windows color (decimal): -9090552 or 543349. OLE color: 543349.

HSL color Cylindrical-coordinate representation of color #754A08: hue angle of 36.33º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #754A08 is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB117748-
CMYK00.370.930.54
HSL36.33º87.2%24.51%-
HSV(B)36.33º93.16%45.88%-
XYZ9.838.71.39-
YUV79.3387.75154.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.79%
GREEN value IS 74 (29.30% from 255) = 37.19%
BLUE value IS 8 (3.52% from 255) = 4.02%
R=58.79%
G=37.19%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11774800.370.930.5436.3387.224.51
Hex754A80255D36245719
Octal16511210045135664412731
Binary11101011001010100001001011011101110110100100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754A08; }

 p { color: rgb(117,74,8); }

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

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

 a { background-color: rgb(117,74,8); }

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

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

 span { border-color: rgb(117,74,8); }

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