#755317

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

Shades of Raw Umber #755317

Tints of Raw Umber #755317

Color information

#755317 (or 0x755317) is unknown color: approx Raw Umber. HEX triplet: 75, 53 and 17. RGB value is (117,83,23). Sum of RGB (Red+Green+Blue) = 117+83+23=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 23 (9.38% from 255 or 10.31% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #755317 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755317 is #8AACE8. Grayscale: #565656. Windows color (decimal): -9088233 or 1528693. OLE color: 1528693.

HSL color Cylindrical-coordinate representation of color #755317: hue angle of 38.3º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #755317 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB1178323-
CMYK00.290.800.54
HSL38.3º67.14%27.45%-
HSV(B)38.3º80.34%45.88%-
XYZ10.5810.032.19-
YUV86.3392.26149.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.47%
GREEN value IS 83 (32.81% from 255) = 37.22%
BLUE value IS 23 (9.38% from 255) = 10.31%
R=52.47%
G=37.22%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117832300.290.800.5438.367.1427.45
Hex75531701D503626431b
Octal16512327035120664610333
Binary11101011010011101110111011010000110110100110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755317; }

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

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

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

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

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

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

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

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