#75550A

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

Shades of Raw Umber #75550A

Tints of Raw Umber #75550A

Color information

#75550A (or 0x75550A) is unknown color: approx Raw Umber. HEX triplet: 75, 55 and 0A. RGB value is (117,85,10). Sum of RGB (Red+Green+Blue) = 117+85+10=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 10 (4.30% from 255 or 4.72% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #75550A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75550A is #8AAAF5. Grayscale: #565656. Windows color (decimal): -9087734 or 677237. OLE color: 677237.

HSL color Cylindrical-coordinate representation of color #75550A: hue angle of 42.06º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75550A is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB1178510-
CMYK00.270.910.54
HSL42.06º84.25%24.9%-
HSV(B)42.06º91.45%45.88%-
XYZ10.6410.31.71-
YUV86.0285.1150.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.19%
GREEN value IS 85 (33.59% from 255) = 40.09%
BLUE value IS 10 (4.30% from 255) = 4.72%
R=55.19%
G=40.09%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117851000.270.910.5442.0684.2524.9
Hex7555A01B5B362a5419
Octal16512512033133665212431
Binary1110101101010110100110111011011110110101010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75550A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75550A; }

 p { color: rgb(117,85,10); }

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

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

 a { background-color: rgb(117,85,10); }

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

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

 span { border-color: rgb(117,85,10); }

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