#765413

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

Shades of Raw Umber #765413

Tints of Raw Umber #765413

Color information

#765413 (or 0x765413) is unknown color: approx Raw Umber. HEX triplet: 76, 54 and 13. RGB value is (118,84,19). Sum of RGB (Red+Green+Blue) = 118+84+19=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #765413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765413 is #89ABEC. Grayscale: #575757. Windows color (decimal): -9022445 or 1266806. OLE color: 1266806.

HSL color Cylindrical-coordinate representation of color #765413: hue angle of 39.39º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #765413 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB1188419-
CMYK00.290.840.54
HSL39.39º72.26%26.86%-
HSV(B)39.39º83.9%46.27%-
XYZ10.7610.242.03-
YUV86.7689.76150.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.39%
GREEN value IS 84 (33.20% from 255) = 38.01%
BLUE value IS 19 (7.81% from 255) = 8.60%
R=53.39%
G=38.01%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118841900.290.840.5439.3972.2626.86
Hex76541301D543627481b
Octal16612423035124664711033
Binary11101101010100100110111011010100110110100111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765413; }

 p { color: rgb(118,84,19); }

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

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

 a { background-color: rgb(118,84,19); }

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

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

 span { border-color: rgb(118,84,19); }

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