#75530F

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

Shades of Raw Umber #75530F

Tints of Raw Umber #75530F

Color information

#75530F (or 0x75530F) is unknown color: approx Raw Umber. HEX triplet: 75, 53 and 0F. RGB value is (117,83,15). Sum of RGB (Red+Green+Blue) = 117+83+15=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #75530F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75530F is #8AACF0. Grayscale: #555555. Windows color (decimal): -9088241 or 1004405. OLE color: 1004405.

HSL color Cylindrical-coordinate representation of color #75530F: hue angle of 40º 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 #75530F is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB1178315-
CMYK00.290.870.54
HSL40º77.27%25.88%-
HSV(B)40º87.18%45.88%-
XYZ10.52101.83-
YUV85.4188.26150.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.42%
GREEN value IS 83 (32.81% from 255) = 38.60%
BLUE value IS 15 (6.25% from 255) = 6.98%
R=54.42%
G=38.60%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117831500.290.870.544077.2725.88
Hex7553F01D5736284d1a
Octal16512317035127665011532
Binary1110101101001111110111011010111110110101000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75530F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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