Html Css Color HEX #714215 Raw Umber

📋 copy color: '#714215'

red 113 ◦ green 66 ◦ blue 21

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

Shades of Raw Umber #714215

Tints of Raw Umber #714215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.5%

R = 56.5%
G = 33%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#714215 (or 0x714215) is known color: Raw Umber. HEX triplet: 71, 42 and 15. RGB value is (113,66,21). Sum of RGB (Red+Green+Blue) = 113+66+21=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #714215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714215 is #8EBDEA. Grayscale: #4B4B4B. Windows color (decimal): -9354731 or 1393265. OLE color: 1393265.

HSL color Cylindrical-coordinate representation of color #714215: hue angle of 29.35º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #714215 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 66 21 -
CMYK 0 0.42 0.81 0.56
HSL 29.35º 0.69% 0.26% -
HSV(B) 29.35º 0.81% 0.44% -
XYZ 8.89 7.46 1.68 -
YUV 74.92 97.57 155.16 -
System Red Green Blue C M Y K H S L
Decimal 113 66 21 0 0.42 0.81 0.56 29.35 0.69 0.26
Hex 71 42 15 0 2A 51 38 1D 45 1A
Octal 161 102 25 0 52 121 70 35 105 32
Binary 1110001 1000010 10101 0 101010 1010001 111000 11101 1000101 11010

Color Harmonies of #714215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714215

Black with #714215

Text Example


Text Example

White with #714215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714215; }

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

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

background-color css

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

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

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

border-color css

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

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

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