#765308

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

Shades of Raw Umber #765308

Tints of Raw Umber #765308

Color information

#765308 (or 0x765308) is unknown color: approx Raw Umber. HEX triplet: 76, 53 and 08. RGB value is (118,83,8). Sum of RGB (Red+Green+Blue) = 118+83+8=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #765308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765308 is #89ACF7. Grayscale: #555555. Windows color (decimal): -9022712 or 545654. OLE color: 545654.

HSL color Cylindrical-coordinate representation of color #765308: hue angle of 40.91º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #765308 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB118838-
CMYK00.300.930.54
HSL40.91º87.3%24.71%-
HSV(B)40.91º93.22%46.27%-
XYZ10.6110.061.61-
YUV84.9284.6151.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.46%
GREEN value IS 83 (32.81% from 255) = 39.71%
BLUE value IS 8 (3.52% from 255) = 3.83%
R=56.46%
G=39.71%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11883800.300.930.5440.9187.324.71
Hex7653801E5D36295719
Octal16612310036135665112731
Binary1110110101001110000111101011101110110101001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765308; }

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

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

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

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

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

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

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

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