#764A01

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

Shades of Raw Umber #764A01

Tints of Raw Umber #764A01

Color information

#764A01 (or 0x764A01) is unknown color: approx Raw Umber. HEX triplet: 76, 4A and 01. RGB value is (118,74,1). Sum of RGB (Red+Green+Blue) = 118+74+1=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #764A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764A01 is #89B5FE. Grayscale: #4F4F4F. Windows color (decimal): -9025023 or 84598. OLE color: 84598.

HSL color Cylindrical-coordinate representation of color #764A01: hue angle of 37.44º 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 #764A01 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB118741-
CMYK00.370.990.54
HSL37.44º98.32%23.33%-
HSV(B)37.44º99.15%46.27%-
XYZ9.938.751.19-
YUV78.8384.08155.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.14%
GREEN value IS 74 (29.30% from 255) = 38.34%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=61.14%
G=38.34%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11874100.370.990.5437.4498.3223.33
Hex764A10256336256217
Octal1661121045143664514227
Binary11101101001010101001011100011110110100101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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