#75541C

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

Shades of Raw Umber #75541C

Tints of Raw Umber #75541C

Color information

#75541C (or 0x75541C) is unknown color: approx Raw Umber. HEX triplet: 75, 54 and 1C. RGB value is (117,84,28). Sum of RGB (Red+Green+Blue) = 117+84+28=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #75541C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75541C is #8AABE3. Grayscale: #575757. Windows color (decimal): -9087972 or 1856629. OLE color: 1856629.

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

Color convert

RGB1178428-
CMYK00.280.760.54
HSL37.75º61.38%28.43%-
HSV(B)37.75º76.07%45.88%-
XYZ10.7210.212.5-
YUV87.4894.43149.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.09%
GREEN value IS 84 (33.20% from 255) = 36.68%
BLUE value IS 28 (11.33% from 255) = 12.23%
R=51.09%
G=36.68%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117842800.280.760.5437.7561.3828.43
Hex75541C01C4C36263d1c
Octal1651243403411466467534
Binary1110101101010011100011100100110011011010011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75541C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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