Html Css Color HEX #714011 Raw Umber

📋 copy color: '#714011'

red 113 ◦ green 64 ◦ blue 17

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

Shades of Raw Umber #714011

Tints of Raw Umber #714011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.76%

R = 58.25%
G = 32.99%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#714011 (or 0x714011) is known color: Raw Umber. HEX triplet: 71, 40 and 11. RGB value is (113,64,17). Sum of RGB (Red+Green+Blue) = 113+64+17=194 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.25% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 113 - color contains mainly: red. Hex color #714011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714011 is #8EBFEE. Grayscale: #494949. Windows color (decimal): -9355247 or 1130609. OLE color: 1130609.

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

Color convert

RGB 113 64 17 -
CMYK 0 0.43 0.85 0.56
HSL 29.38º 0.74% 0.25% -
HSV(B) 29.38º 0.85% 0.44% -
XYZ 8.74 7.22 1.46 -
YUV 73.29 96.23 156.32 -
System Red Green Blue C M Y K H S L
Decimal 113 64 17 0 0.43 0.85 0.56 29.38 0.74 0.25
Hex 71 40 11 0 2B 55 38 1D 4A 19
Octal 161 100 21 0 53 125 70 35 112 31
Binary 1110001 1000000 10001 0 101011 1010101 111000 11101 1001010 11001

Color Harmonies of #714011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714011

Black with #714011

Text Example


Text Example

White with #714011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714011; }

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

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

background-color css

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

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

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

border-color css

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

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

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