#75530B

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

Shades of Raw Umber #75530B

Tints of Raw Umber #75530B

Color information

#75530B (or 0x75530B) is unknown color: approx Raw Umber. HEX triplet: 75, 53 and 0B. RGB value is (117,83,11). Sum of RGB (Red+Green+Blue) = 117+83+11=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #75530B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75530B is #8AACF4. Grayscale: #555555. Windows color (decimal): -9088245 or 742261. OLE color: 742261.

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

Color convert

RGB1178311-
CMYK00.290.910.54
HSL40.75º82.81%25.1%-
HSV(B)40.75º90.6%45.88%-
XYZ10.499.991.69-
YUV84.9686.26150.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.45%
GREEN value IS 83 (32.81% from 255) = 39.34%
BLUE value IS 11 (4.69% from 255) = 5.21%
R=55.45%
G=39.34%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117831100.290.910.5440.7582.8125.1
Hex7553B01D5B36295319
Octal16512313035133665112331
Binary1110101101001110110111011011011110110101001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75530B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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