#753C08

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

Shades of Raw Umber #753C08

Tints of Raw Umber #753C08

Color information

#753C08 (or 0x753C08) is unknown color: approx Raw Umber. HEX triplet: 75, 3C and 08. RGB value is (117,60,8). Sum of RGB (Red+Green+Blue) = 117+60+8=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #753C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753C08 is #8AC3F7. Grayscale: #474747. Windows color (decimal): -9094136 or 539765. OLE color: 539765.

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

Color convert

RGB117608-
CMYK00.490.930.54
HSL28.62º87.2%24.51%-
HSV(B)28.62º93.16%45.88%-
XYZ97.031.11-
YUV71.1292.38160.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 63.24%
GREEN value IS 60 (23.83% from 255) = 32.43%
BLUE value IS 8 (3.52% from 255) = 4.32%
R=63.24%
G=32.43%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11760800.490.930.5428.6287.224.51
Hex753C80315D361d5719
Octal1657410061135663512731
Binary111010111110010000110001101110111011011101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753C08; }

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

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

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

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

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

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

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

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