#764801

Color #764801 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #764801

Tints of Raw Umber #764801

Color information

#764801 (or 0x764801) is unknown color: approx Raw Umber. HEX triplet: 76, 48 and 01. RGB value is (118,72,1). Sum of RGB (Red+Green+Blue) = 118+72+1=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #764801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764801 is #89B7FE. Grayscale: #4D4D4D. Windows color (decimal): -9025535 or 84086. OLE color: 84086.

HSL color Cylindrical-coordinate representation of color #764801: hue angle of 36.41º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #764801 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB118721-
CMYK00.390.990.54
HSL36.41º98.32%23.33%-
HSV(B)36.41º99.15%46.27%-
XYZ9.798.491.15-
YUV77.6684.74156.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.78%
GREEN value IS 72 (28.52% from 255) = 37.70%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=61.78%
G=37.70%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11872100.390.990.5436.4198.3223.33
Hex764810276336246217
Octal1661101047143664414227
Binary11101101001000101001111100011110110100100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764801; }

 p { color: rgb(118,72,1); }

 H1.HeaderClassName
 {
   color: #764801;
 }
 .AnyTagClassName
 {
   color: #764801;
 }
</style>
background-color css

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

 a { background-color: rgb(118,72,1); }

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

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

 span { border-color: rgb(118,72,1); }

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