#765201

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

Shades of Raw Umber #765201

Tints of Raw Umber #765201

Color information

#765201 (or 0x765201) is unknown color: approx Raw Umber. HEX triplet: 76, 52 and 01. RGB value is (118,82,1). Sum of RGB (Red+Green+Blue) = 118+82+1=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #765201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765201 is #89ADFE. Grayscale: #535353. Windows color (decimal): -9022975 or 86646. OLE color: 86646.

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

Color convert

RGB118821-
CMYK00.310.990.54
HSL41.54º98.32%23.33%-
HSV(B)41.54º99.15%46.27%-
XYZ10.499.891.38-
YUV83.5381.43152.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.71%
GREEN value IS 82 (32.42% from 255) = 40.80%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=58.71%
G=40.80%
B=0.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11882100.310.990.5441.5498.3223.33
Hex7652101F63362a6217
Octal1661221037143665214227
Binary1110110101001010111111100011110110101010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765201; }

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

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

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

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

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

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

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

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