Html Css Color HEX #765816 Raw Umber

📋 copy color: '#765816'

red 118 ◦ green 88 ◦ blue 22

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

Shades of Raw Umber #765816

Tints of Raw Umber #765816

RGB

 RED value IS 118 (46.48% from 255) = 51.75%

 GREEN value IS 88 (34.77% from 255) = 38.6%

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

R = 51.75%
G = 38.6%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#765816 (or 0x765816) is known color: Raw Umber. HEX triplet: 76, 58 and 16. RGB value is (118,88,22). Sum of RGB (Red+Green+Blue) = 118+88+22=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #765816 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765816 is #89A7E9. Grayscale: #595959. Windows color (decimal): -9021418 or 1464438. OLE color: 1464438.

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

Color convert

RGB 118 88 22 -
CMYK 0 0.25 0.81 0.54
HSL 41.25º 0.69% 0.27% -
HSV(B) 41.25º 0.81% 0.46% -
XYZ 11.11 10.89 2.28 -
YUV 89.45 89.94 148.37 -
System Red Green Blue C M Y K H S L
Decimal 118 88 22 0 0.25 0.81 0.54 41.25 0.69 0.27
Hex 76 58 16 0 19 51 36 29 45 1B
Octal 166 130 26 0 31 121 66 51 105 33
Binary 1110110 1011000 10110 0 11001 1010001 110110 101001 1000101 11011

Color Harmonies of #765816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765816

Black with #765816

Text Example


Text Example

White with #765816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765816; }

 p { color: rgb(118,88,22); }

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

background-color css

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

 a { background-color: rgb(118,88,22); }

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

border-color css

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

 span { border-color: rgb(118,88,22); }

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