#75540F

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

Shades of Raw Umber #75540F

Tints of Raw Umber #75540F

Color information

#75540F (or 0x75540F) is unknown color: approx Raw Umber. HEX triplet: 75, 54 and 0F. RGB value is (117,84,15). Sum of RGB (Red+Green+Blue) = 117+84+15=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 84 (33.20% from 255 or 38.89% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #75540F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75540F is #8AABF0. Grayscale: #565656. Windows color (decimal): -9087985 or 1004661. OLE color: 1004661.

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

Color convert

RGB1178415-
CMYK00.280.870.54
HSL40.59º77.27%25.88%-
HSV(B)40.59º87.18%45.88%-
XYZ10.5910.161.85-
YUV8687.93150.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.17%
GREEN value IS 84 (33.20% from 255) = 38.89%
BLUE value IS 15 (6.25% from 255) = 6.94%
R=54.17%
G=38.89%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117841500.280.870.5440.5977.2725.88
Hex7554F01C5736294d1a
Octal16512417034127665111532
Binary1110101101010011110111001010111110110101001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75540F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75540F; }

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

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

<style>
 a { background-color: #75540F; }

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

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

<style>
 span { border-color: #75540F; }

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

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