Html Css Color HEX #71521E Raw Umber

📋 copy color: '#71521E'

red 113 ◦ green 82 ◦ blue 30

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

Shades of Raw Umber #71521E

Tints of Raw Umber #71521E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.33%

R = 50.22%
G = 36.44%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71521E (or 0x71521E) is known color: Raw Umber. HEX triplet: 71, 52 and 1E. RGB value is (113,82,30). Sum of RGB (Red+Green+Blue) = 113+82+30=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 30 (12.11% from 255 or 13.33% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #71521E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71521E is #8EADE1. Grayscale: #555555. Windows color (decimal): -9350626 or 1987185. OLE color: 1987185.

HSL color Cylindrical-coordinate representation of color #71521E: hue angle of 37.59º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71521E is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 82 30 -
CMYK 0 0.27 0.73 0.56
HSL 37.59º 0.58% 0.28% -
HSV(B) 37.59º 0.73% 0.44% -
XYZ 10.06 9.64 2.56 -
YUV 85.34 96.77 147.73 -
System Red Green Blue C M Y K H S L
Decimal 113 82 30 0 0.27 0.73 0.56 37.59 0.58 0.28
Hex 71 52 1E 0 1B 49 38 26 3A 1C
Octal 161 122 36 0 33 111 70 46 72 34
Binary 1110001 1010010 11110 0 11011 1001001 111000 100110 111010 11100

Color Harmonies of #71521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71521E

Black with #71521E

Text Example


Text Example

White with #71521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71521E; }

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

 H1.HeaderClassName
 {
   color: #71521E;
 }
 .AnyTagClassName
 {
   color: #71521E;
 }
</style>

background-color css

<style>
 a { background-color: #71521E; }

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

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

border-color css

<style>
 span { border-color: #71521E; }

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

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