Html Css Color HEX #76501D Raw Umber

📋 copy color: '#76501D'

red 118 ◦ green 80 ◦ blue 29

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

Shades of Raw Umber #76501D

Tints of Raw Umber #76501D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.78%

R = 51.98%
G = 35.24%
B = 12.78%

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

#76501D (or 0x76501D) is known color: Raw Umber. HEX triplet: 76, 50 and 1D. RGB value is (118,80,29). Sum of RGB (Red+Green+Blue) = 118+80+29=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #76501D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76501D is #89AFE2. Grayscale: #555555. Windows color (decimal): -9023459 or 1921142. OLE color: 1921142.

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

Color convert

RGB 118 80 29 -
CMYK 0 0.32 0.75 0.54
HSL 34.38º 0.61% 0.29% -
HSV(B) 34.38º 0.75% 0.46% -
XYZ 10.56 9.68 2.47 -
YUV 85.55 96.09 151.15 -
System Red Green Blue C M Y K H S L
Decimal 118 80 29 0 0.32 0.75 0.54 34.38 0.61 0.29
Hex 76 50 1D 0 20 4B 36 22 3D 1D
Octal 166 120 35 0 40 113 66 42 75 35
Binary 1110110 1010000 11101 0 100000 1001011 110110 100010 111101 11101

Color Harmonies of #76501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76501D

Black with #76501D

Text Example


Text Example

White with #76501D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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