#764302

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

Shades of Raw Umber #764302

Tints of Raw Umber #764302

Color information

#764302 (or 0x764302) is unknown color: approx Raw Umber. HEX triplet: 76, 43 and 02. RGB value is (118,67,2). Sum of RGB (Red+Green+Blue) = 118+67+2=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #764302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764302 is #89BCFD. Grayscale: #4B4B4B. Windows color (decimal): -9026814 or 148342. OLE color: 148342.

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

Color convert

RGB118672-
CMYK00.430.980.54
HSL33.62º96.67%23.53%-
HSV(B)33.62º98.31%46.27%-
XYZ9.497.871.08-
YUV74.8486.9158.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 63.10%
GREEN value IS 67 (26.56% from 255) = 35.83%
BLUE value IS 2 (1.17% from 255) = 1.07%
R=63.10%
G=35.83%
B=1.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11867200.430.980.5433.6296.6723.53
Hex7643202B6236226118
Octal1661032053142664214130
Binary111011010000111001010111100010110110100010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764302; }

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

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

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

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

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

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

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

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