#764313

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

Shades of Raw Umber #764313

Tints of Raw Umber #764313

Color information

#764313 (or 0x764313) is unknown color: approx Raw Umber. HEX triplet: 76, 43 and 13. RGB value is (118,67,19). Sum of RGB (Red+Green+Blue) = 118+67+19=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #764313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764313 is #89BCEC. Grayscale: #4D4D4D. Windows color (decimal): -9026797 or 1262454. OLE color: 1262454.

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

Color convert

RGB1186719-
CMYK00.430.840.54
HSL29.09º72.26%26.86%-
HSV(B)29.09º83.9%46.27%-
XYZ9.67.911.64-
YUV76.7895.4157.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.84%
GREEN value IS 67 (26.56% from 255) = 32.84%
BLUE value IS 19 (7.81% from 255) = 9.31%
R=57.84%
G=32.84%
B=9.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118671900.430.840.5429.0972.2626.86
Hex76431302B54361d481b
Octal16610323053124663511033
Binary11101101000011100110101011101010011011011101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764313; }

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

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

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

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

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

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

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

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