#764C1B

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

Shades of Raw Umber #764C1B

Tints of Raw Umber #764C1B

Color information

#764C1B (or 0x764C1B) is unknown color: approx Raw Umber. HEX triplet: 76, 4C and 1B. RGB value is (118,76,27). Sum of RGB (Red+Green+Blue) = 118+76+27=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #764C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764C1B is #89B3E4. Grayscale: #535353. Windows color (decimal): -9024485 or 1789046. OLE color: 1789046.

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

Color convert

RGB1187627-
CMYK00.360.770.54
HSL32.31º62.76%28.43%-
HSV(B)32.31º77.12%46.27%-
XYZ10.259.12.25-
YUV82.9796.41152.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.39%
GREEN value IS 76 (30.08% from 255) = 34.39%
BLUE value IS 27 (10.94% from 255) = 12.22%
R=53.39%
G=34.39%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118762700.360.770.5432.3162.7628.43
Hex764C1B0244D36203f1c
Octal1661143304411566407734
Binary11101101001100110110100100100110111011010000011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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