Html Css Color HEX #765312 Raw Umber

📋 copy color: '#765312'

red 118 ◦ green 83 ◦ blue 18

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

Shades of Raw Umber #765312

Tints of Raw Umber #765312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.22%

R = 53.88%
G = 37.9%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#765312 (or 0x765312) is known color: Raw Umber. HEX triplet: 76, 53 and 12. RGB value is (118,83,18). Sum of RGB (Red+Green+Blue) = 118+83+18=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #765312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765312 is #89ACED. Grayscale: #565656. Windows color (decimal): -9022702 or 1201014. OLE color: 1201014.

HSL color Cylindrical-coordinate representation of color #765312: hue angle of 39º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #765312 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 83 18 -
CMYK 0 0.30 0.85 0.54
HSL 39º 0.74% 0.27% -
HSV(B) 39º 0.85% 0.46% -
XYZ 10.67 10.08 1.96 -
YUV 86.06 89.6 150.79 -
System Red Green Blue C M Y K H S L
Decimal 118 83 18 0 0.30 0.85 0.54 39 0.74 0.27
Hex 76 53 12 0 1E 55 36 27 4A 1B
Octal 166 123 22 0 36 125 66 47 112 33
Binary 1110110 1010011 10010 0 11110 1010101 110110 100111 1001010 11011

Color Harmonies of #765312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765312

Black with #765312

Text Example


Text Example

White with #765312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765312; }

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

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

background-color css

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

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

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

border-color css

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

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

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