Html Css Color HEX #71520C Raw Umber

📋 copy color: '#71520C'

red 113 ◦ green 82 ◦ blue 12

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

Shades of Raw Umber #71520C

Tints of Raw Umber #71520C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.61%

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

R = 54.59%
G = 39.61%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#71520C (or 0x71520C) is known color: Raw Umber. HEX triplet: 71, 52 and 0C. RGB value is (113,82,12). Sum of RGB (Red+Green+Blue) = 113+82+12=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #71520C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71520C is #8EADF3. Grayscale: #535353. Windows color (decimal): -9350644 or 807537. OLE color: 807537.

HSL color Cylindrical-coordinate representation of color #71520C: hue angle of 41.58º 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 #71520C is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 82 12 -
CMYK 0 0.27 0.89 0.56
HSL 41.58º 0.81% 0.25% -
HSV(B) 41.58º 0.89% 0.44% -
XYZ 9.89 9.57 1.67 -
YUV 83.29 87.77 149.19 -
System Red Green Blue C M Y K H S L
Decimal 113 82 12 0 0.27 0.89 0.56 41.58 0.81 0.25
Hex 71 52 C 0 1B 59 38 2A 51 19
Octal 161 122 14 0 33 131 70 52 121 31
Binary 1110001 1010010 1100 0 11011 1011001 111000 101010 1010001 11001

Color Harmonies of #71520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71520C

Black with #71520C

Text Example


Text Example

White with #71520C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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