Html Css Color HEX #755916 Raw Umber

📋 copy color: '#755916'

red 117 ◦ green 89 ◦ blue 22

#755916
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #755916

Tints of Raw Umber #755916

RGB

 RED value IS 117 (46.09% from 255) = 51.32%

 GREEN value IS 89 (35.16% from 255) = 39.04%

 BLUE value IS 22 (8.98% from 255) = 9.65%

R = 51.32%
G = 39.04%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#755916 (or 0x755916) is known color: Raw Umber. HEX triplet: 75, 59 and 16. RGB value is (117,89,22). Sum of RGB (Red+Green+Blue) = 117+89+22=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #755916 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755916 is #8AA6E9. Grayscale: #5A5A5A. Windows color (decimal): -9086698 or 1464693. OLE color: 1464693.

HSL color Cylindrical-coordinate representation of color #755916: hue angle of 42.32º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #755916 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 89 22 -
CMYK 0 0.24 0.81 0.54
HSL 42.32º 0.68% 0.27% -
HSV(B) 42.32º 0.81% 0.46% -
XYZ 11.05 10.98 2.3 -
YUV 89.73 89.78 147.45 -
System Red Green Blue C M Y K H S L
Decimal 117 89 22 0 0.24 0.81 0.54 42.32 0.68 0.27
Hex 75 59 16 0 18 51 36 2A 44 1B
Octal 165 131 26 0 30 121 66 52 104 33
Binary 1110101 1011001 10110 0 11000 1010001 110110 101010 1000100 11011

Color Harmonies of #755916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755916

Black with #755916

Text Example


Text Example

White with #755916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755916; }

 p { color: rgb(117,89,22); }

 H1.HeaderClassName
 {
   color: #755916;
 }
 .AnyTagClassName
 {
   color: #755916;
 }
</style>

background-color css

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

 a { background-color: rgb(117,89,22); }

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

border-color css

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

 span { border-color: rgb(117,89,22); }

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