Html Css Color HEX #76541D Raw Umber

📋 copy color: '#76541D'

red 118 ◦ green 84 ◦ blue 29

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

Shades of Raw Umber #76541D

Tints of Raw Umber #76541D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.36%

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

R = 51.08%
G = 36.36%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76541D (or 0x76541D) is known color: Raw Umber. HEX triplet: 76, 54 and 1D. RGB value is (118,84,29). Sum of RGB (Red+Green+Blue) = 118+84+29=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76541D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76541D is #89ABE2. Grayscale: #585858. Windows color (decimal): -9022435 or 1922166. OLE color: 1922166.

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

Color convert

RGB 118 84 29 -
CMYK 0 0.29 0.75 0.54
HSL 37.08º 0.61% 0.29% -
HSV(B) 37.08º 0.75% 0.46% -
XYZ 10.86 10.28 2.57 -
YUV 87.9 94.76 149.47 -
System Red Green Blue C M Y K H S L
Decimal 118 84 29 0 0.29 0.75 0.54 37.08 0.61 0.29
Hex 76 54 1D 0 1D 4B 36 25 3D 1D
Octal 166 124 35 0 35 113 66 45 75 35
Binary 1110110 1010100 11101 0 11101 1001011 110110 100101 111101 11101

Color Harmonies of #76541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76541D

Black with #76541D

Text Example


Text Example

White with #76541D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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