#75541B

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

Shades of Raw Umber #75541B

Tints of Raw Umber #75541B

Color information

#75541B (or 0x75541B) is unknown color: approx Raw Umber. HEX triplet: 75, 54 and 1B. RGB value is (117,84,27). Sum of RGB (Red+Green+Blue) = 117+84+27=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #75541B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75541B is #8AABE4. Grayscale: #575757. Windows color (decimal): -9087973 or 1791093. OLE color: 1791093.

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

Color convert

RGB1178427-
CMYK00.280.770.54
HSL38º62.5%28.24%-
HSV(B)38º76.92%45.88%-
XYZ10.710.22.44-
YUV87.3793.93149.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.32%
GREEN value IS 84 (33.20% from 255) = 36.84%
BLUE value IS 27 (10.94% from 255) = 11.84%
R=51.32%
G=36.84%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117842700.280.770.543862.528.24
Hex75541B01C4D36263e1c
Octal1651243303411566467634
Binary1110101101010011011011100100110111011010011011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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