#76501E

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

Shades of Raw Umber #76501E

Tints of Raw Umber #76501E

Color information

#76501E (or 0x76501E) is unknown color: approx Raw Umber. HEX triplet: 76, 50 and 1E. RGB value is (118,80,30). Sum of RGB (Red+Green+Blue) = 118+80+30=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #76501E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76501E is #89AFE1. Grayscale: #555555. Windows color (decimal): -9023458 or 1986678. OLE color: 1986678.

HSL color Cylindrical-coordinate representation of color #76501E: hue angle of 34.09º degrees, saturation: 0.59, 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 #76501E is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB1188030-
CMYK00.320.750.54
HSL34.09º59.46%29.02%-
HSV(B)34.09º74.58%46.27%-
XYZ10.579.682.54-
YUV85.6696.59151.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.75%
GREEN value IS 80 (31.64% from 255) = 35.09%
BLUE value IS 30 (12.11% from 255) = 13.16%
R=51.75%
G=35.09%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118803000.320.750.5434.0959.4629.02
Hex76501E0204B36223b1d
Octal1661203604011366427335
Binary11101101010000111100100000100101111011010001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76501E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76501E; }

 p { color: rgb(118,80,30); }

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

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

 a { background-color: rgb(118,80,30); }

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

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

 span { border-color: rgb(118,80,30); }

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