Html Css Color HEX #765318 Raw Umber

📋 copy color: '#765318'

red 118 ◦ green 83 ◦ blue 24

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

Shades of Raw Umber #765318

Tints of Raw Umber #765318

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.89%

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

R = 52.44%
G = 36.89%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#765318 (or 0x765318) is known color: Raw Umber. HEX triplet: 76, 53 and 18. RGB value is (118,83,24). Sum of RGB (Red+Green+Blue) = 118+83+24=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #765318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765318 is #89ACE7. Grayscale: #575757. Windows color (decimal): -9022696 or 1594230. OLE color: 1594230.

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

Color convert

RGB 118 83 24 -
CMYK 0 0.30 0.80 0.54
HSL 37.66º 0.66% 0.28% -
HSV(B) 37.66º 0.8% 0.46% -
XYZ 10.73 10.1 2.25 -
YUV 86.74 92.6 150.3 -
System Red Green Blue C M Y K H S L
Decimal 118 83 24 0 0.30 0.80 0.54 37.66 0.66 0.28
Hex 76 53 18 0 1E 50 36 26 42 1C
Octal 166 123 30 0 36 120 66 46 102 34
Binary 1110110 1010011 11000 0 11110 1010000 110110 100110 1000010 11100

Color Harmonies of #765318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765318

Black with #765318

Text Example


Text Example

White with #765318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765318; }

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

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

background-color css

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

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

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

border-color css

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

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

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