#764D1D

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

Shades of Raw Umber #764D1D

Tints of Raw Umber #764D1D

Color information

#764D1D (or 0x764D1D) is unknown color: approx Raw Umber. HEX triplet: 76, 4D and 1D. RGB value is (118,77,29). Sum of RGB (Red+Green+Blue) = 118+77+29=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #764D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764D1D is #89B2E2. Grayscale: #545454. Windows color (decimal): -9024227 or 1920374. OLE color: 1920374.

HSL color Cylindrical-coordinate representation of color #764D1D: hue angle of 32.36º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #764D1D is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB1187729-
CMYK00.350.750.54
HSL32.36º60.54%28.82%-
HSV(B)32.36º75.42%46.27%-
XYZ10.359.252.4-
YUV83.7997.08152.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.68%
GREEN value IS 77 (30.47% from 255) = 34.38%
BLUE value IS 29 (11.72% from 255) = 12.95%
R=52.68%
G=34.38%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118772900.350.750.5432.3660.5428.82
Hex764D1D0234B36203d1d
Octal1661153504311366407535
Binary11101101001101111010100011100101111011010000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,77,29); }

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

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

 a { background-color: rgb(118,77,29); }

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

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

 span { border-color: rgb(118,77,29); }

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