Html Css Color HEX #714005 Raw Umber

📋 copy color: '#714005'

red 113 ◦ green 64 ◦ blue 5

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

Shades of Raw Umber #714005

Tints of Raw Umber #714005

RGB

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

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

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

R = 62.09%
G = 35.16%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#714005 (or 0x714005) is known color: Raw Umber. HEX triplet: 71, 40 and 05. RGB value is (113,64,5). Sum of RGB (Red+Green+Blue) = 113+64+5=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #714005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714005 is #8EBFFA. Grayscale: #484848. Windows color (decimal): -9355259 or 344177. OLE color: 344177.

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

Color convert

RGB 113 64 5 -
CMYK 0 0.43 0.96 0.56
HSL 32.78º 0.92% 0.23% -
HSV(B) 32.78º 0.96% 0.44% -
XYZ 8.67 7.19 1.07 -
YUV 71.93 90.23 157.3 -
System Red Green Blue C M Y K H S L
Decimal 113 64 5 0 0.43 0.96 0.56 32.78 0.92 0.23
Hex 71 40 5 0 2B 60 38 21 5C 17
Octal 161 100 5 0 53 140 70 41 134 27
Binary 1110001 1000000 101 0 101011 1100000 111000 100001 1011100 10111

Color Harmonies of #714005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714005

Black with #714005

Text Example


Text Example

White with #714005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714005; }

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

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

background-color css

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

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

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

border-color css

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

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

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