Html Css Color HEX #71400C Raw Umber

📋 copy color: '#71400C'

red 113 ◦ green 64 ◦ blue 12

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

Shades of Raw Umber #71400C

Tints of Raw Umber #71400C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.35%

R = 59.79%
G = 33.86%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#71400C (or 0x71400C) is known color: Raw Umber. HEX triplet: 71, 40 and 0C. RGB value is (113,64,12). Sum of RGB (Red+Green+Blue) = 113+64+12=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #71400C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71400C is #8EBFF3. Grayscale: #484848. Windows color (decimal): -9355252 or 802929. OLE color: 802929.

HSL color Cylindrical-coordinate representation of color #71400C: hue angle of 30.89º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71400C is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 64 12 -
CMYK 0 0.43 0.89 0.56
HSL 30.89º 0.81% 0.25% -
HSV(B) 30.89º 0.89% 0.44% -
XYZ 8.71 7.2 1.28 -
YUV 72.72 93.73 156.73 -
System Red Green Blue C M Y K H S L
Decimal 113 64 12 0 0.43 0.89 0.56 30.89 0.81 0.25
Hex 71 40 C 0 2B 59 38 1F 51 19
Octal 161 100 14 0 53 131 70 37 121 31
Binary 1110001 1000000 1100 0 101011 1011001 111000 11111 1010001 11001

Color Harmonies of #71400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71400C

Black with #71400C

Text Example


Text Example

White with #71400C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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