Html Css Color HEX #76540B Raw Umber

📋 copy color: '#76540B'

red 118 ◦ green 84 ◦ blue 11

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

Shades of Raw Umber #76540B

Tints of Raw Umber #76540B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.16%

R = 55.4%
G = 39.44%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#76540B (or 0x76540B) is known color: Raw Umber. HEX triplet: 76, 54 and 0B. RGB value is (118,84,11). Sum of RGB (Red+Green+Blue) = 118+84+11=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #76540B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76540B is #89ABF4. Grayscale: #565656. Windows color (decimal): -9022453 or 742518. OLE color: 742518.

HSL color Cylindrical-coordinate representation of color #76540B: hue angle of 40.93º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76540B is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 84 11 -
CMYK 0 0.29 0.91 0.54
HSL 40.93º 0.83% 0.25% -
HSV(B) 40.93º 0.91% 0.46% -
XYZ 10.7 10.22 1.72 -
YUV 85.84 85.76 150.94 -
System Red Green Blue C M Y K H S L
Decimal 118 84 11 0 0.29 0.91 0.54 40.93 0.83 0.25
Hex 76 54 B 0 1D 5B 36 29 53 19
Octal 166 124 13 0 35 133 66 51 123 31
Binary 1110110 1010100 1011 0 11101 1011011 110110 101001 1010011 11001

Color Harmonies of #76540B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76540B

Black with #76540B

Text Example


Text Example

White with #76540B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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