Html Css Color HEX #764313 Raw Umber

📋 copy color: '#764313'

red 118 ◦ green 67 ◦ blue 19

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

Shades of Raw Umber #764313

Tints of Raw Umber #764313

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.84%

 BLUE value IS 19 (7.81% from 255) = 9.31%

R = 57.84%
G = 32.84%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#764313 (or 0x764313) is known color: Raw Umber. HEX triplet: 76, 43 and 13. RGB value is (118,67,19). Sum of RGB (Red+Green+Blue) = 118+67+19=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #764313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764313 is #89BCEC. Grayscale: #4D4D4D. Windows color (decimal): -9026797 or 1262454. OLE color: 1262454.

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

Color convert

RGB 118 67 19 -
CMYK 0 0.43 0.84 0.54
HSL 29.09º 0.72% 0.27% -
HSV(B) 29.09º 0.84% 0.46% -
XYZ 9.6 7.91 1.64 -
YUV 76.78 95.4 157.4 -
System Red Green Blue C M Y K H S L
Decimal 118 67 19 0 0.43 0.84 0.54 29.09 0.72 0.27
Hex 76 43 13 0 2B 54 36 1D 48 1B
Octal 166 103 23 0 53 124 66 35 110 33
Binary 1110110 1000011 10011 0 101011 1010100 110110 11101 1001000 11011

Color Harmonies of #764313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764313

Black with #764313

Text Example


Text Example

White with #764313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764313; }

 p { color: rgb(118,67,19); }

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

background-color css

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

 a { background-color: rgb(118,67,19); }

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

border-color css

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

 span { border-color: rgb(118,67,19); }

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