Html Css Color HEX #71501D Raw Umber

📋 copy color: '#71501D'

red 113 ◦ green 80 ◦ blue 29

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

Shades of Raw Umber #71501D

Tints of Raw Umber #71501D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.04%

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

R = 50.9%
G = 36.04%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#71501D (or 0x71501D) is known color: Raw Umber. HEX triplet: 71, 50 and 1D. RGB value is (113,80,29). Sum of RGB (Red+Green+Blue) = 113+80+29=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #71501D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71501D is #8EAFE2. Grayscale: #545454. Windows color (decimal): -9351139 or 1921137. OLE color: 1921137.

HSL color Cylindrical-coordinate representation of color #71501D: hue angle of 36.43º 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 #71501D is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 80 29 -
CMYK 0 0.29 0.74 0.56
HSL 36.43º 0.59% 0.28% -
HSV(B) 36.43º 0.74% 0.44% -
XYZ 9.9 9.34 2.44 -
YUV 84.05 96.93 148.65 -
System Red Green Blue C M Y K H S L
Decimal 113 80 29 0 0.29 0.74 0.56 36.43 0.59 0.28
Hex 71 50 1D 0 1D 4A 38 24 3B 1C
Octal 161 120 35 0 35 112 70 44 73 34
Binary 1110001 1010000 11101 0 11101 1001010 111000 100100 111011 11100

Color Harmonies of #71501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71501D

Black with #71501D

Text Example


Text Example

White with #71501D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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