Html Css Color HEX #764514 Raw Umber

📋 copy color: '#764514'

red 118 ◦ green 69 ◦ blue 20

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

Shades of Raw Umber #764514

Tints of Raw Umber #764514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.33%

 BLUE value IS 20 (8.2% from 255) = 9.66%

R = 57%
G = 33.33%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#764514 (or 0x764514) is known color: Raw Umber. HEX triplet: 76, 45 and 14. RGB value is (118,69,20). Sum of RGB (Red+Green+Blue) = 118+69+20=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #764514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764514 is #89BAEB. Grayscale: #4E4E4E. Windows color (decimal): -9026284 or 1328502. OLE color: 1328502.

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

Color convert

RGB 118 69 20 -
CMYK 0 0.42 0.83 0.54
HSL 30º 0.71% 0.27% -
HSV(B) 30º 0.83% 0.46% -
XYZ 9.73 8.16 1.72 -
YUV 78.07 95.23 156.48 -
System Red Green Blue C M Y K H S L
Decimal 118 69 20 0 0.42 0.83 0.54 30 0.71 0.27
Hex 76 45 14 0 2A 53 36 1E 47 1B
Octal 166 105 24 0 52 123 66 36 107 33
Binary 1110110 1000101 10100 0 101010 1010011 110110 11110 1000111 11011

Color Harmonies of #764514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764514

Black with #764514

Text Example


Text Example

White with #764514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764514; }

 p { color: rgb(118,69,20); }

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

background-color css

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

 a { background-color: rgb(118,69,20); }

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

border-color css

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

 span { border-color: rgb(118,69,20); }

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