Html Css Color HEX #71501E Raw Umber

📋 copy color: '#71501E'

red 113 ◦ green 80 ◦ blue 30

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

Shades of Raw Umber #71501E

Tints of Raw Umber #71501E

RGB

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

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

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

R = 50.67%
G = 35.87%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71501E (or 0x71501E) is known color: Raw Umber. HEX triplet: 71, 50 and 1E. RGB value is (113,80,30). Sum of RGB (Red+Green+Blue) = 113+80+30=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #71501E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71501E is #8EAFE1. Grayscale: #545454. Windows color (decimal): -9351138 or 1986673. OLE color: 1986673.

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

Color convert

RGB 113 80 30 -
CMYK 0 0.29 0.73 0.56
HSL 36.14º 0.58% 0.28% -
HSV(B) 36.14º 0.73% 0.44% -
XYZ 9.91 9.34 2.51 -
YUV 84.17 97.43 148.57 -
System Red Green Blue C M Y K H S L
Decimal 113 80 30 0 0.29 0.73 0.56 36.14 0.58 0.28
Hex 71 50 1E 0 1D 49 38 24 3A 1C
Octal 161 120 36 0 35 111 70 44 72 34
Binary 1110001 1010000 11110 0 11101 1001001 111000 100100 111010 11100

Color Harmonies of #71501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71501E

Black with #71501E

Text Example


Text Example

White with #71501E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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