Html Css Color HEX #71540C Raw Umber

📋 copy color: '#71540C'

red 113 ◦ green 84 ◦ blue 12

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

Shades of Raw Umber #71540C

Tints of Raw Umber #71540C

RGB

 RED value IS 113 (44.53% from 255) = 54.07%

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

 BLUE value IS 12 (5.08% from 255) = 5.74%

R = 54.07%
G = 40.19%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#71540C (or 0x71540C) is known color: Raw Umber. HEX triplet: 71, 54 and 0C. RGB value is (113,84,12). Sum of RGB (Red+Green+Blue) = 113+84+12=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #71540C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71540C is #8EABF3. Grayscale: #545454. Windows color (decimal): -9350132 or 808049. OLE color: 808049.

HSL color Cylindrical-coordinate representation of color #71540C: hue angle of 42.77º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71540C is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 84 12 -
CMYK 0 0.26 0.89 0.56
HSL 42.77º 0.81% 0.25% -
HSV(B) 42.77º 0.89% 0.44% -
XYZ 10.05 9.88 1.72 -
YUV 84.46 87.11 148.35 -
System Red Green Blue C M Y K H S L
Decimal 113 84 12 0 0.26 0.89 0.56 42.77 0.81 0.25
Hex 71 54 C 0 1A 59 38 2B 51 19
Octal 161 124 14 0 32 131 70 53 121 31
Binary 1110001 1010100 1100 0 11010 1011001 111000 101011 1010001 11001

Color Harmonies of #71540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71540C

Black with #71540C

Text Example


Text Example

White with #71540C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71540C; }

 p { color: rgb(113,84,12); }

 H1.HeaderClassName
 {
   color: #71540C;
 }
 .AnyTagClassName
 {
   color: #71540C;
 }
</style>

background-color css

<style>
 a { background-color: #71540C; }

 a { background-color: rgb(113,84,12); }

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

border-color css

<style>
 span { border-color: #71540C; }

 span { border-color: rgb(113,84,12); }

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