Html Css Color HEX #71400B Raw Umber

📋 copy color: '#71400B'

red 113 ◦ green 64 ◦ blue 11

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

Shades of Raw Umber #71400B

Tints of Raw Umber #71400B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.04%

 BLUE value IS 11 (4.69% from 255) = 5.85%

R = 60.11%
G = 34.04%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#71400B (or 0x71400B) is known color: Raw Umber. HEX triplet: 71, 40 and 0B. RGB value is (113,64,11). Sum of RGB (Red+Green+Blue) = 113+64+11=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #71400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71400B is #8EBFF4. Grayscale: #484848. Windows color (decimal): -9355253 or 737393. OLE color: 737393.

HSL color Cylindrical-coordinate representation of color #71400B: hue angle of 31.18º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71400B is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 64 11 -
CMYK 0 0.43 0.90 0.56
HSL 31.18º 0.82% 0.24% -
HSV(B) 31.18º 0.9% 0.44% -
XYZ 8.7 7.2 1.25 -
YUV 72.61 93.23 156.81 -
System Red Green Blue C M Y K H S L
Decimal 113 64 11 0 0.43 0.90 0.56 31.18 0.82 0.24
Hex 71 40 B 0 2B 5A 38 1F 52 18
Octal 161 100 13 0 53 132 70 37 122 30
Binary 1110001 1000000 1011 0 101011 1011010 111000 11111 1010010 11000

Color Harmonies of #71400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71400B

Black with #71400B

Text Example


Text Example

White with #71400B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71400B; }

 p { color: rgb(113,64,11); }

 H1.HeaderClassName
 {
   color: #71400B;
 }
 .AnyTagClassName
 {
   color: #71400B;
 }
</style>

background-color css

<style>
 a { background-color: #71400B; }

 a { background-color: rgb(113,64,11); }

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

border-color css

<style>
 span { border-color: #71400B; }

 span { border-color: rgb(113,64,11); }

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