#764303

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

Shades of Raw Umber #764303

Tints of Raw Umber #764303

Color information

#764303 (or 0x764303) is unknown color: approx Raw Umber. HEX triplet: 76, 43 and 03. RGB value is (118,67,3). Sum of RGB (Red+Green+Blue) = 118+67+3=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 3 (1.56% from 255 or 1.60% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #764303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764303 is #89BCFC. Grayscale: #4B4B4B. Windows color (decimal): -9026813 or 213878. OLE color: 213878.

HSL color Cylindrical-coordinate representation of color #764303: hue angle of 33.39º 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 #764303 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB118673-
CMYK00.430.970.54
HSL33.39º95.04%23.73%-
HSV(B)33.39º97.46%46.27%-
XYZ9.497.871.11-
YUV74.9587.4158.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.77%
GREEN value IS 67 (26.56% from 255) = 35.64%
BLUE value IS 3 (1.56% from 255) = 1.60%
R=62.77%
G=35.64%
B=1.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11867300.430.970.5433.3995.0423.73
Hex7643302B6136215f18
Octal1661033053141664113730
Binary111011010000111101010111100001110110100001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764303; }

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

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

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

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

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

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

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

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