#764403

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

Shades of Raw Umber #764403

Tints of Raw Umber #764403

Color information

#764403 (or 0x764403) is unknown color: approx Raw Umber. HEX triplet: 76, 44 and 03. RGB value is (118,68,3). Sum of RGB (Red+Green+Blue) = 118+68+3=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 3 (1.56% from 255 or 1.59% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #764403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764403 is #89BBFC. Grayscale: #4B4B4B. Windows color (decimal): -9026557 or 214134. OLE color: 214134.

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

Color convert

RGB118683-
CMYK00.420.970.54
HSL33.91º95.04%23.73%-
HSV(B)33.91º97.46%46.27%-
XYZ9.557.991.13-
YUV75.5487.06158.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.43%
GREEN value IS 68 (26.95% from 255) = 35.98%
BLUE value IS 3 (1.56% from 255) = 1.59%
R=62.43%
G=35.98%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11868300.420.970.5433.9195.0423.73
Hex7644302A6136225f18
Octal1661043052141664213730
Binary111011010001001101010101100001110110100010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764403; }

 p { color: rgb(118,68,3); }

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

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

 a { background-color: rgb(118,68,3); }

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

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

 span { border-color: rgb(118,68,3); }

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