Html Css Color HEX #714211 Raw Umber

📋 copy color: '#714211'

red 113 ◦ green 66 ◦ blue 17

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

Shades of Raw Umber #714211

Tints of Raw Umber #714211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.67%

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

R = 57.65%
G = 33.67%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#714211 (or 0x714211) is known color: Raw Umber. HEX triplet: 71, 42 and 11. RGB value is (113,66,17). Sum of RGB (Red+Green+Blue) = 113+66+17=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #714211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714211 is #8EBDEE. Grayscale: #4A4A4A. Windows color (decimal): -9354735 or 1131121. OLE color: 1131121.

HSL color Cylindrical-coordinate representation of color #714211: hue angle of 30.63º 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 #714211 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 66 17 -
CMYK 0 0.42 0.85 0.56
HSL 30.63º 0.74% 0.25% -
HSV(B) 30.63º 0.85% 0.44% -
XYZ 8.86 7.45 1.5 -
YUV 74.47 95.57 155.48 -
System Red Green Blue C M Y K H S L
Decimal 113 66 17 0 0.42 0.85 0.56 30.63 0.74 0.25
Hex 71 42 11 0 2A 55 38 1F 4A 19
Octal 161 102 21 0 52 125 70 37 112 31
Binary 1110001 1000010 10001 0 101010 1010101 111000 11111 1001010 11001

Color Harmonies of #714211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714211

Black with #714211

Text Example


Text Example

White with #714211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714211; }

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

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

background-color css

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

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

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

border-color css

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

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

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