#765304

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

Shades of Raw Umber #765304

Tints of Raw Umber #765304

Color information

#765304 (or 0x765304) is unknown color: approx Raw Umber. HEX triplet: 76, 53 and 04. RGB value is (118,83,4). Sum of RGB (Red+Green+Blue) = 118+83+4=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #765304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765304 is #89ACFB. Grayscale: #545454. Windows color (decimal): -9022716 or 283510. OLE color: 283510.

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

Color convert

RGB118834-
CMYK00.300.970.54
HSL41.58º93.44%23.92%-
HSV(B)41.58º96.61%46.27%-
XYZ10.5910.051.5-
YUV84.4682.6151.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.56%
GREEN value IS 83 (32.81% from 255) = 40.49%
BLUE value IS 4 (1.95% from 255) = 1.95%
R=57.56%
G=40.49%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11883400.300.970.5441.5893.4423.92
Hex7653401E61362a5d18
Octal1661234036141665213530
Binary111011010100111000111101100001110110101010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765304; }

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

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

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

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

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

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

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

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