#75551B

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

Shades of Raw Umber #75551B

Tints of Raw Umber #75551B

Color information

#75551B (or 0x75551B) is unknown color: approx Raw Umber. HEX triplet: 75, 55 and 1B. RGB value is (117,85,27). Sum of RGB (Red+Green+Blue) = 117+85+27=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 27 (10.94% from 255 or 11.79% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #75551B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75551B is #8AAAE4. Grayscale: #585858. Windows color (decimal): -9087717 or 1791349. OLE color: 1791349.

HSL color Cylindrical-coordinate representation of color #75551B: hue angle of 38.67º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75551B is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB1178527-
CMYK00.270.770.54
HSL38.67º62.5%28.24%-
HSV(B)38.67º76.92%45.88%-
XYZ10.7810.362.47-
YUV87.9693.6148.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.09%
GREEN value IS 85 (33.59% from 255) = 37.12%
BLUE value IS 27 (10.94% from 255) = 11.79%
R=51.09%
G=37.12%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117852700.270.770.5438.6762.528.24
Hex75551B01B4D36273e1c
Octal1651253303311566477634
Binary1110101101010111011011011100110111011010011111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75551B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75551B; }

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

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

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

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

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

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

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

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