Html Css Color HEX #76511F Raw Umber

📋 copy color: '#76511F'

red 118 ◦ green 81 ◦ blue 31

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

Shades of Raw Umber #76511F

Tints of Raw Umber #76511F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.22%

 BLUE value IS 31 (12.5% from 255) = 13.48%

R = 51.3%
G = 35.22%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#76511F (or 0x76511F) is known color: Raw Umber. HEX triplet: 76, 51 and 1F. RGB value is (118,81,31). Sum of RGB (Red+Green+Blue) = 118+81+31=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 31 (12.5% from 255 or 13.48% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #76511F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76511F is #89AEE0. Grayscale: #565656. Windows color (decimal): -9023201 or 2052470. OLE color: 2052470.

HSL color Cylindrical-coordinate representation of color #76511F: hue angle of 34.48º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76511F is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 81 31 -
CMYK 0 0.31 0.74 0.54
HSL 34.48º 0.58% 0.29% -
HSV(B) 34.48º 0.74% 0.46% -
XYZ 10.66 9.84 2.63 -
YUV 86.36 96.76 150.57 -
System Red Green Blue C M Y K H S L
Decimal 118 81 31 0 0.31 0.74 0.54 34.48 0.58 0.29
Hex 76 51 1F 0 1F 4A 36 22 3A 1D
Octal 166 121 37 0 37 112 66 42 72 35
Binary 1110110 1010001 11111 0 11111 1001010 110110 100010 111010 11101

Color Harmonies of #76511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76511F

Black with #76511F

Text Example


Text Example

White with #76511F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76511F; }

 p { color: rgb(118,81,31); }

 H1.HeaderClassName
 {
   color: #76511F;
 }
 .AnyTagClassName
 {
   color: #76511F;
 }
</style>

background-color css

<style>
 a { background-color: #76511F; }

 a { background-color: rgb(118,81,31); }

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

border-color css

<style>
 span { border-color: #76511F; }

 span { border-color: rgb(118,81,31); }

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