Html Css Color HEX #76541B Raw Umber

📋 copy color: '#76541B'

red 118 ◦ green 84 ◦ blue 27

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

Shades of Raw Umber #76541B

Tints of Raw Umber #76541B

RGB

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

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

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

R = 51.53%
G = 36.68%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#76541B (or 0x76541B) is known color: Raw Umber. HEX triplet: 76, 54 and 1B. RGB value is (118,84,27). Sum of RGB (Red+Green+Blue) = 118+84+27=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 27 (10.94% from 255 or 11.79% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76541B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76541B is #89ABE4. Grayscale: #575757. Windows color (decimal): -9022437 or 1791094. OLE color: 1791094.

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

Color convert

RGB 118 84 27 -
CMYK 0 0.29 0.77 0.54
HSL 37.58º 0.63% 0.28% -
HSV(B) 37.58º 0.77% 0.46% -
XYZ 10.84 10.27 2.45 -
YUV 87.67 93.76 149.63 -
System Red Green Blue C M Y K H S L
Decimal 118 84 27 0 0.29 0.77 0.54 37.58 0.63 0.28
Hex 76 54 1B 0 1D 4D 36 26 3F 1C
Octal 166 124 33 0 35 115 66 46 77 34
Binary 1110110 1010100 11011 0 11101 1001101 110110 100110 111111 11100

Color Harmonies of #76541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76541B

Black with #76541B

Text Example


Text Example

White with #76541B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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