Html Css Color HEX #764B19 Raw Umber

📋 copy color: '#764B19'

red 118 ◦ green 75 ◦ blue 25

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

Shades of Raw Umber #764B19

Tints of Raw Umber #764B19

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.4%

 BLUE value IS 25 (10.16% from 255) = 11.47%

R = 54.13%
G = 34.4%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#764B19 (or 0x764B19) is known color: Raw Umber. HEX triplet: 76, 4B and 19. RGB value is (118,75,25). Sum of RGB (Red+Green+Blue) = 118+75+25=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #764B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764B19 is #89B4E6. Grayscale: #525252. Windows color (decimal): -9024743 or 1657718. OLE color: 1657718.

HSL color Cylindrical-coordinate representation of color #764B19: hue angle of 32.26º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #764B19 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 75 25 -
CMYK 0 0.36 0.79 0.54
HSL 32.26º 0.65% 0.28% -
HSV(B) 32.26º 0.79% 0.46% -
XYZ 10.16 8.95 2.11 -
YUV 82.16 95.75 153.57 -
System Red Green Blue C M Y K H S L
Decimal 118 75 25 0 0.36 0.79 0.54 32.26 0.65 0.28
Hex 76 4B 19 0 24 4F 36 20 41 1C
Octal 166 113 31 0 44 117 66 40 101 34
Binary 1110110 1001011 11001 0 100100 1001111 110110 100000 1000001 11100

Color Harmonies of #764B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764B19

Black with #764B19

Text Example


Text Example

White with #764B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764B19; }

 p { color: rgb(118,75,25); }

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

background-color css

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

 a { background-color: rgb(118,75,25); }

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

border-color css

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

 span { border-color: rgb(118,75,25); }

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