Html Css Color HEX #76501E Raw Umber

📋 copy color: '#76501E'

red 118 ◦ green 80 ◦ blue 30

#76501E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #76501E

Tints of Raw Umber #76501E

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 value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76501E (or 0x76501E) is known color: 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

RGB 118 80 30 -
CMYK 0 0.32 0.75 0.54
HSL 34.09º 0.59% 0.29% -
HSV(B) 34.09º 0.75% 0.46% -
XYZ 10.57 9.68 2.54 -
YUV 85.66 96.59 151.07 -
System Red Green Blue C M Y K H S L
Decimal 118 80 30 0 0.32 0.75 0.54 34.09 0.59 0.29
Hex 76 50 1E 0 20 4B 36 22 3B 1D
Octal 166 120 36 0 40 113 66 42 73 35
Binary 1110110 1010000 11110 0 100000 1001011 110110 100010 111011 11101

Color Harmonies of #76501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76501E

Black with #76501E

Text Example


Text Example

White with #76501E

Text Example


Text Example

HTML Codes & Css Web 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>