Html Css Color HEX #71521D Raw Umber

📋 copy color: '#71521D'

red 113 ◦ green 82 ◦ blue 29

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

Shades of Raw Umber #71521D

Tints of Raw Umber #71521D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.95%

R = 50.45%
G = 36.61%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#71521D (or 0x71521D) is known color: Raw Umber. HEX triplet: 71, 52 and 1D. RGB value is (113,82,29). Sum of RGB (Red+Green+Blue) = 113+82+29=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #71521D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71521D is #8EADE2. Grayscale: #555555. Windows color (decimal): -9350627 or 1921649. OLE color: 1921649.

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

Color convert

RGB 113 82 29 -
CMYK 0 0.27 0.74 0.56
HSL 37.86º 0.59% 0.28% -
HSV(B) 37.86º 0.74% 0.44% -
XYZ 10.05 9.63 2.49 -
YUV 85.23 96.27 147.81 -
System Red Green Blue C M Y K H S L
Decimal 113 82 29 0 0.27 0.74 0.56 37.86 0.59 0.28
Hex 71 52 1D 0 1B 4A 38 26 3B 1C
Octal 161 122 35 0 33 112 70 46 73 34
Binary 1110001 1010010 11101 0 11011 1001010 111000 100110 111011 11100

Color Harmonies of #71521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71521D

Black with #71521D

Text Example


Text Example

White with #71521D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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