#75530C

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

Shades of Raw Umber #75530C

Tints of Raw Umber #75530C

Color information

#75530C (or 0x75530C) is unknown color: approx Raw Umber. HEX triplet: 75, 53 and 0C. RGB value is (117,83,12). Sum of RGB (Red+Green+Blue) = 117+83+12=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #75530C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75530C is #8AACF3. Grayscale: #555555. Windows color (decimal): -9088244 or 807797. OLE color: 807797.

HSL color Cylindrical-coordinate representation of color #75530C: hue angle of 40.57º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75530C is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB1178312-
CMYK00.290.900.54
HSL40.57º81.4%25.29%-
HSV(B)40.57º89.74%45.88%-
XYZ10.59.991.72-
YUV85.0786.76150.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.19%
GREEN value IS 83 (32.81% from 255) = 39.15%
BLUE value IS 12 (5.08% from 255) = 5.66%
R=55.19%
G=39.15%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117831200.290.900.5440.5781.425.29
Hex7553C01D5A36295119
Octal16512314035132665112131
Binary1110101101001111000111011011010110110101001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75530C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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