#75561B

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

Shades of Raw Umber #75561B

Tints of Raw Umber #75561B

Color information

#75561B (or 0x75561B) is unknown color: approx Raw Umber. HEX triplet: 75, 56 and 1B. RGB value is (117,86,27). Sum of RGB (Red+Green+Blue) = 117+86+27=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #75561B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75561B is #8AA9E4. Grayscale: #585858. Windows color (decimal): -9087461 or 1791605. OLE color: 1791605.

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

Color convert

RGB1178627-
CMYK00.260.770.54
HSL39.33º62.5%28.24%-
HSV(B)39.33º76.92%45.88%-
XYZ10.8610.522.49-
YUV88.5493.27148.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.87%
GREEN value IS 86 (33.98% from 255) = 37.39%
BLUE value IS 27 (10.94% from 255) = 11.74%
R=50.87%
G=37.39%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117862700.260.770.5439.3362.528.24
Hex75561B01A4D36273e1c
Octal1651263303211566477634
Binary1110101101011011011011010100110111011010011111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75561B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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