Html Css Color HEX #76501B Raw Umber

📋 copy color: '#76501B'

red 118 ◦ green 80 ◦ blue 27

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

Shades of Raw Umber #76501B

Tints of Raw Umber #76501B

RGB

 RED value IS 118 (46.48% from 255) = 52.44%

 GREEN value IS 80 (31.64% from 255) = 35.56%

 BLUE value IS 27 (10.94% from 255) = 12%

R = 52.44%
G = 35.56%
B = 12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#76501B (or 0x76501B) is known color: Raw Umber. HEX triplet: 76, 50 and 1B. RGB value is (118,80,27). Sum of RGB (Red+Green+Blue) = 118+80+27=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #76501B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76501B is #89AFE4. Grayscale: #555555. Windows color (decimal): -9023461 or 1790070. OLE color: 1790070.

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

Color convert

RGB 118 80 27 -
CMYK 0 0.32 0.77 0.54
HSL 34.95º 0.63% 0.28% -
HSV(B) 34.95º 0.77% 0.46% -
XYZ 10.54 9.67 2.35 -
YUV 85.32 95.09 151.31 -
System Red Green Blue C M Y K H S L
Decimal 118 80 27 0 0.32 0.77 0.54 34.95 0.63 0.28
Hex 76 50 1B 0 20 4D 36 23 3F 1C
Octal 166 120 33 0 40 115 66 43 77 34
Binary 1110110 1010000 11011 0 100000 1001101 110110 100011 111111 11100

Color Harmonies of #76501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76501B

Black with #76501B

Text Example


Text Example

White with #76501B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #76501B;
 }
 .AnyTagClassName
 {
   color: #76501B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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