Html Css Color HEX #755616 Raw Umber

📋 copy color: '#755616'

red 117 ◦ green 86 ◦ blue 22

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

Shades of Raw Umber #755616

Tints of Raw Umber #755616

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.22%

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

R = 52%
G = 38.22%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#755616 (or 0x755616) is known color: Raw Umber. HEX triplet: 75, 56 and 16. RGB value is (117,86,22). Sum of RGB (Red+Green+Blue) = 117+86+22=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #755616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755616 is #8AA9E9. Grayscale: #585858. Windows color (decimal): -9087466 or 1463925. OLE color: 1463925.

HSL color Cylindrical-coordinate representation of color #755616: hue angle of 40.42º 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 #755616 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 86 22 -
CMYK 0 0.26 0.81 0.54
HSL 40.42º 0.68% 0.27% -
HSV(B) 40.42º 0.81% 0.46% -
XYZ 10.81 10.5 2.22 -
YUV 87.97 90.77 148.7 -
System Red Green Blue C M Y K H S L
Decimal 117 86 22 0 0.26 0.81 0.54 40.42 0.68 0.27
Hex 75 56 16 0 1A 51 36 28 44 1B
Octal 165 126 26 0 32 121 66 50 104 33
Binary 1110101 1010110 10110 0 11010 1010001 110110 101000 1000100 11011

Color Harmonies of #755616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755616

Black with #755616

Text Example


Text Example

White with #755616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755616; }

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

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

background-color css

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

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

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

border-color css

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

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

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