Html Css Color HEX #71480E Raw Umber

📋 copy color: '#71480E'

red 113 ◦ green 72 ◦ blue 14

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

Shades of Raw Umber #71480E

Tints of Raw Umber #71480E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.18%

 BLUE value IS 14 (5.86% from 255) = 7.04%

R = 56.78%
G = 36.18%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#71480E (or 0x71480E) is known color: Raw Umber. HEX triplet: 71, 48 and 0E. RGB value is (113,72,14). Sum of RGB (Red+Green+Blue) = 113+72+14=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #71480E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71480E is #8EB7F1. Grayscale: #4D4D4D. Windows color (decimal): -9353202 or 936049. OLE color: 936049.

HSL color Cylindrical-coordinate representation of color #71480E: hue angle of 35.15º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71480E is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 72 14 -
CMYK 0 0.36 0.88 0.56
HSL 35.15º 0.78% 0.25% -
HSV(B) 35.15º 0.88% 0.44% -
XYZ 9.21 8.18 1.51 -
YUV 77.65 92.08 153.22 -
System Red Green Blue C M Y K H S L
Decimal 113 72 14 0 0.36 0.88 0.56 35.15 0.78 0.25
Hex 71 48 E 0 24 58 38 23 4E 19
Octal 161 110 16 0 44 130 70 43 116 31
Binary 1110001 1001000 1110 0 100100 1011000 111000 100011 1001110 11001

Color Harmonies of #71480E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71480E

Black with #71480E

Text Example


Text Example

White with #71480E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,72,14); }

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

background-color css

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

 a { background-color: rgb(113,72,14); }

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

border-color css

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

 span { border-color: rgb(113,72,14); }

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