Html Css Color HEX #71540D Raw Umber

📋 copy color: '#71540D'

red 113 ◦ green 84 ◦ blue 13

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

Shades of Raw Umber #71540D

Tints of Raw Umber #71540D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.19%

R = 53.81%
G = 40%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#71540D (or 0x71540D) is known color: Raw Umber. HEX triplet: 71, 54 and 0D. RGB value is (113,84,13). Sum of RGB (Red+Green+Blue) = 113+84+13=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #71540D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71540D is #8EABF2. Grayscale: #545454. Windows color (decimal): -9350131 or 873585. OLE color: 873585.

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

Color convert

RGB 113 84 13 -
CMYK 0 0.26 0.88 0.56
HSL 42.6º 0.79% 0.25% -
HSV(B) 42.6º 0.88% 0.44% -
XYZ 10.05 9.88 1.76 -
YUV 84.58 87.61 148.27 -
System Red Green Blue C M Y K H S L
Decimal 113 84 13 0 0.26 0.88 0.56 42.6 0.79 0.25
Hex 71 54 D 0 1A 58 38 2B 4F 19
Octal 161 124 15 0 32 130 70 53 117 31
Binary 1110001 1010100 1101 0 11010 1011000 111000 101011 1001111 11001

Color Harmonies of #71540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71540D

Black with #71540D

Text Example


Text Example

White with #71540D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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