#75561A

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

Shades of Raw Umber #75561A

Tints of Raw Umber #75561A

Color information

#75561A (or 0x75561A) is unknown color: approx Raw Umber. HEX triplet: 75, 56 and 1A. RGB value is (117,86,26). Sum of RGB (Red+Green+Blue) = 117+86+26=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #75561A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75561A is #8AA9E5. Grayscale: #585858. Windows color (decimal): -9087462 or 1726069. OLE color: 1726069.

HSL color Cylindrical-coordinate representation of color #75561A: hue angle of 39.56º 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 #75561A is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB1178626-
CMYK00.260.780.54
HSL39.56º63.64%28.04%-
HSV(B)39.56º77.78%45.88%-
XYZ10.8510.512.43-
YUV88.4392.77148.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.09%
GREEN value IS 86 (33.98% from 255) = 37.55%
BLUE value IS 26 (10.55% from 255) = 11.35%
R=51.09%
G=37.55%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117862600.260.780.5439.5663.6428.04
Hex75561A01A4E3628401c
Octal16512632032116665010034
Binary11101011010110110100110101001110110110101000100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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