#754708

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

Shades of Raw Umber #754708

Tints of Raw Umber #754708

Color information

#754708 (or 0x754708) is unknown color: approx Raw Umber. HEX triplet: 75, 47 and 08. RGB value is (117,71,8). Sum of RGB (Red+Green+Blue) = 117+71+8=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 8 (3.52% from 255 or 4.08% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #754708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754708 is #8AB8F7. Grayscale: #4D4D4D. Windows color (decimal): -9091320 or 542581. OLE color: 542581.

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

Color convert

RGB117718-
CMYK00.390.930.54
HSL34.68º87.2%24.51%-
HSV(B)34.68º93.16%45.88%-
XYZ9.638.311.33-
YUV77.5788.74156.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.69%
GREEN value IS 71 (28.12% from 255) = 36.22%
BLUE value IS 8 (3.52% from 255) = 4.08%
R=59.69%
G=36.22%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11771800.390.930.5434.6887.224.51
Hex754780275D36235719
Octal16510710047135664312731
Binary11101011000111100001001111011101110110100011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754708; }

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

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

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

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

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

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

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

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