Html Css Color HEX #765218 Raw Umber

📋 copy color: '#765218'

red 118 ◦ green 82 ◦ blue 24

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

Shades of Raw Umber #765218

Tints of Raw Umber #765218

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.61%

 BLUE value IS 24 (9.77% from 255) = 10.71%

R = 52.68%
G = 36.61%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#765218 (or 0x765218) is known color: Raw Umber. HEX triplet: 76, 52 and 18. RGB value is (118,82,24). Sum of RGB (Red+Green+Blue) = 118+82+24=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #765218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765218 is #89ADE7. Grayscale: #565656. Windows color (decimal): -9022952 or 1593974. OLE color: 1593974.

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

Color convert

RGB 118 82 24 -
CMYK 0 0.31 0.80 0.54
HSL 37.02º 0.66% 0.28% -
HSV(B) 37.02º 0.8% 0.46% -
XYZ 10.65 9.95 2.22 -
YUV 86.15 92.93 150.72 -
System Red Green Blue C M Y K H S L
Decimal 118 82 24 0 0.31 0.80 0.54 37.02 0.66 0.28
Hex 76 52 18 0 1F 50 36 25 42 1C
Octal 166 122 30 0 37 120 66 45 102 34
Binary 1110110 1010010 11000 0 11111 1010000 110110 100101 1000010 11100

Color Harmonies of #765218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765218

Black with #765218

Text Example


Text Example

White with #765218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765218; }

 p { color: rgb(118,82,24); }

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

background-color css

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

 a { background-color: rgb(118,82,24); }

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

border-color css

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

 span { border-color: rgb(118,82,24); }

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