Html Css Color HEX #714411 Raw Umber

📋 copy color: '#714411'

red 113 ◦ green 68 ◦ blue 17

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

Shades of Raw Umber #714411

Tints of Raw Umber #714411

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.34%

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

R = 57.07%
G = 34.34%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#714411 (or 0x714411) is known color: Raw Umber. HEX triplet: 71, 44 and 11. RGB value is (113,68,17). Sum of RGB (Red+Green+Blue) = 113+68+17=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #714411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714411 is #8EBBEE. Grayscale: #4B4B4B. Windows color (decimal): -9354223 or 1131633. OLE color: 1131633.

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

Color convert

RGB 113 68 17 -
CMYK 0 0.40 0.85 0.56
HSL 31.88º 0.74% 0.25% -
HSV(B) 31.88º 0.85% 0.44% -
XYZ 8.98 7.69 1.54 -
YUV 75.64 94.91 154.65 -
System Red Green Blue C M Y K H S L
Decimal 113 68 17 0 0.40 0.85 0.56 31.88 0.74 0.25
Hex 71 44 11 0 28 55 38 20 4A 19
Octal 161 104 21 0 50 125 70 40 112 31
Binary 1110001 1000100 10001 0 101000 1010101 111000 100000 1001010 11001

Color Harmonies of #714411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714411

Black with #714411

Text Example


Text Example

White with #714411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714411; }

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

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

background-color css

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

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

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

border-color css

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

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

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