#75551A

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

Shades of Raw Umber #75551A

Tints of Raw Umber #75551A

Color information

#75551A (or 0x75551A) is unknown color: approx Raw Umber. HEX triplet: 75, 55 and 1A. RGB value is (117,85,26). Sum of RGB (Red+Green+Blue) = 117+85+26=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 26 (10.55% from 255 or 11.40% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #75551A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75551A is #8AAAE5. Grayscale: #585858. Windows color (decimal): -9087718 or 1725813. OLE color: 1725813.

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

Color convert

RGB1178526-
CMYK00.270.780.54
HSL38.9º63.64%28.04%-
HSV(B)38.9º77.78%45.88%-
XYZ10.7710.352.41-
YUV87.8493.1148.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.32%
GREEN value IS 85 (33.59% from 255) = 37.28%
BLUE value IS 26 (10.55% from 255) = 11.40%
R=51.32%
G=37.28%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117852600.270.780.5438.963.6428.04
Hex75551A01B4E3627401c
Octal16512532033116664710034
Binary11101011010101110100110111001110110110100111100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75551A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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