#765204

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

Shades of Raw Umber #765204

Tints of Raw Umber #765204

Color information

#765204 (or 0x765204) is unknown color: approx Raw Umber. HEX triplet: 76, 52 and 04. RGB value is (118,82,4). Sum of RGB (Red+Green+Blue) = 118+82+4=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #765204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765204 is #89ADFB. Grayscale: #545454. Windows color (decimal): -9022972 or 283254. OLE color: 283254.

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

Color convert

RGB118824-
CMYK00.310.970.54
HSL41.05º93.44%23.92%-
HSV(B)41.05º96.61%46.27%-
XYZ10.519.891.47-
YUV83.8782.93152.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.84%
GREEN value IS 82 (32.42% from 255) = 40.20%
BLUE value IS 4 (1.95% from 255) = 1.96%
R=57.84%
G=40.20%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11882400.310.970.5441.0593.4423.92
Hex7652401F6136295d18
Octal1661224037141665113530
Binary111011010100101000111111100001110110101001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765204; }

 p { color: rgb(118,82,4); }

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

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

 a { background-color: rgb(118,82,4); }

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

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

 span { border-color: rgb(118,82,4); }

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