#764C1A

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

Shades of Raw Umber #764C1A

Tints of Raw Umber #764C1A

Color information

#764C1A (or 0x764C1A) is unknown color: approx Raw Umber. HEX triplet: 76, 4C and 1A. RGB value is (118,76,26). Sum of RGB (Red+Green+Blue) = 118+76+26=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #764C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764C1A is #89B3E5. Grayscale: #535353. Windows color (decimal): -9024486 or 1723510. OLE color: 1723510.

HSL color Cylindrical-coordinate representation of color #764C1A: hue angle of 32.61º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #764C1A is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB1187626-
CMYK00.360.780.54
HSL32.61º63.89%28.24%-
HSV(B)32.61º77.97%46.27%-
XYZ10.249.12.19-
YUV82.8695.91153.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.64%
GREEN value IS 76 (30.08% from 255) = 34.55%
BLUE value IS 26 (10.55% from 255) = 11.82%
R=53.64%
G=34.55%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118762600.360.780.5432.6163.8928.24
Hex764C1A0244E3621401c
Octal16611432044116664110034
Binary111011010011001101001001001001110110110100001100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764C1A; }

 p { color: rgb(118,76,26); }

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

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

 a { background-color: rgb(118,76,26); }

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

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

 span { border-color: rgb(118,76,26); }

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