Html Css Color HEX #765418 Raw Umber

📋 copy color: '#765418'

red 118 ◦ green 84 ◦ blue 24

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

Shades of Raw Umber #765418

Tints of Raw Umber #765418

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.17%

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

R = 52.21%
G = 37.17%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#765418 (or 0x765418) is known color: Raw Umber. HEX triplet: 76, 54 and 18. RGB value is (118,84,24). Sum of RGB (Red+Green+Blue) = 118+84+24=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 24 (9.77% from 255 or 10.62% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #765418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765418 is #89ABE7. Grayscale: #575757. Windows color (decimal): -9022440 or 1594486. OLE color: 1594486.

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

Color convert

RGB 118 84 24 -
CMYK 0 0.29 0.80 0.54
HSL 38.3º 0.66% 0.28% -
HSV(B) 38.3º 0.8% 0.46% -
XYZ 10.81 10.26 2.27 -
YUV 87.33 92.26 149.88 -
System Red Green Blue C M Y K H S L
Decimal 118 84 24 0 0.29 0.80 0.54 38.3 0.66 0.28
Hex 76 54 18 0 1D 50 36 26 42 1C
Octal 166 124 30 0 35 120 66 46 102 34
Binary 1110110 1010100 11000 0 11101 1010000 110110 100110 1000010 11100

Color Harmonies of #765418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765418

Black with #765418

Text Example


Text Example

White with #765418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765418; }

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

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

background-color css

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

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

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

border-color css

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

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

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