Html Css Color HEX #714205 Raw Umber

📋 copy color: '#714205'

red 113 ◦ green 66 ◦ blue 5

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

Shades of Raw Umber #714205

Tints of Raw Umber #714205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.72%

R = 61.41%
G = 35.87%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#714205 (or 0x714205) is known color: Raw Umber. HEX triplet: 71, 42 and 05. RGB value is (113,66,5). Sum of RGB (Red+Green+Blue) = 113+66+5=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 5 (2.34% from 255 or 2.72% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #714205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714205 is #8EBDFA. Grayscale: #494949. Windows color (decimal): -9354747 or 344689. OLE color: 344689.

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

Color convert

RGB 113 66 5 -
CMYK 0 0.42 0.96 0.56
HSL 33.89º 0.92% 0.23% -
HSV(B) 33.89º 0.96% 0.44% -
XYZ 8.79 7.42 1.11 -
YUV 73.1 89.57 156.46 -
System Red Green Blue C M Y K H S L
Decimal 113 66 5 0 0.42 0.96 0.56 33.89 0.92 0.23
Hex 71 42 5 0 2A 60 38 22 5C 17
Octal 161 102 5 0 52 140 70 42 134 27
Binary 1110001 1000010 101 0 101010 1100000 111000 100010 1011100 10111

Color Harmonies of #714205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714205

Black with #714205

Text Example


Text Example

White with #714205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714205; }

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

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

background-color css

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

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

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

border-color css

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

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

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