#75561C

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

Shades of Raw Umber #75561C

Tints of Raw Umber #75561C

Color information

#75561C (or 0x75561C) is unknown color: approx Raw Umber. HEX triplet: 75, 56 and 1C. RGB value is (117,86,28). Sum of RGB (Red+Green+Blue) = 117+86+28=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #75561C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75561C is #8AA9E3. Grayscale: #585858. Windows color (decimal): -9087460 or 1857141. OLE color: 1857141.

HSL color Cylindrical-coordinate representation of color #75561C: hue angle of 39.1º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75561C is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB1178628-
CMYK00.260.760.54
HSL39.1º61.38%28.43%-
HSV(B)39.1º76.07%45.88%-
XYZ10.8710.522.56-
YUV88.6693.77148.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.65%
GREEN value IS 86 (33.98% from 255) = 37.23%
BLUE value IS 28 (11.33% from 255) = 12.12%
R=50.65%
G=37.23%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117862800.260.760.5439.161.3828.43
Hex75561C01A4C36273d1c
Octal1651263403211466477534
Binary1110101101011011100011010100110011011010011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75561C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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