#754408

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

Shades of Raw Umber #754408

Tints of Raw Umber #754408

Color information

#754408 (or 0x754408) is unknown color: approx Raw Umber. HEX triplet: 75, 44 and 08. RGB value is (117,68,8). Sum of RGB (Red+Green+Blue) = 117+68+8=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 8 (3.52% from 255 or 4.15% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #754408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754408 is #8ABBF7. Grayscale: #4C4C4C. Windows color (decimal): -9092088 or 541813. OLE color: 541813.

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

Color convert

RGB117688-
CMYK00.420.930.54
HSL33.03º87.2%24.51%-
HSV(B)33.03º93.16%45.88%-
XYZ9.457.931.26-
YUV75.8189.73157.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.62%
GREEN value IS 68 (26.95% from 255) = 35.23%
BLUE value IS 8 (3.52% from 255) = 4.15%
R=60.62%
G=35.23%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11768800.420.930.5433.0387.224.51
Hex7544802A5D36215719
Octal16510410052135664112731
Binary11101011000100100001010101011101110110100001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754408; }

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

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

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

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

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

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

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

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