#754812

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

Shades of Raw Umber #754812

Tints of Raw Umber #754812

Color information

#754812 (or 0x754812) is unknown color: approx Raw Umber. HEX triplet: 75, 48 and 12. RGB value is (117,72,18). Sum of RGB (Red+Green+Blue) = 117+72+18=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #754812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754812 is #8AB7ED. Grayscale: #4F4F4F. Windows color (decimal): -9091054 or 1198197. OLE color: 1198197.

HSL color Cylindrical-coordinate representation of color #754812: hue angle of 32.73º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #754812 is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB1177218-
CMYK00.380.850.54
HSL32.73º73.33%26.47%-
HSV(B)32.73º84.62%45.88%-
XYZ9.768.461.69-
YUV79.393.41154.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.52%
GREEN value IS 72 (28.52% from 255) = 34.78%
BLUE value IS 18 (7.42% from 255) = 8.70%
R=56.52%
G=34.78%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117721800.380.850.5432.7373.3326.47
Hex754812026553621491a
Octal16511022046125664111132
Binary111010110010001001001001101010101110110100001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754812; }

 p { color: rgb(117,72,18); }

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

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

 a { background-color: rgb(117,72,18); }

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

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

 span { border-color: rgb(117,72,18); }

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