Html Css Color HEX #714009 Raw Umber

📋 copy color: '#714009'

red 113 ◦ green 64 ◦ blue 9

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

Shades of Raw Umber #714009

Tints of Raw Umber #714009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.84%

R = 60.75%
G = 34.41%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#714009 (or 0x714009) is known color: Raw Umber. HEX triplet: 71, 40 and 09. RGB value is (113,64,9). Sum of RGB (Red+Green+Blue) = 113+64+9=186 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.75% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 9 (3.91% from 255 or 4.84% from 186); Max value from RGB is 113 - color contains mainly: red. Hex color #714009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714009 is #8EBFF6. Grayscale: #484848. Windows color (decimal): -9355255 or 606321. OLE color: 606321.

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

Color convert

RGB 113 64 9 -
CMYK 0 0.43 0.92 0.56
HSL 31.73º 0.85% 0.24% -
HSV(B) 31.73º 0.92% 0.44% -
XYZ 8.69 7.2 1.19 -
YUV 72.38 92.23 156.97 -
System Red Green Blue C M Y K H S L
Decimal 113 64 9 0 0.43 0.92 0.56 31.73 0.85 0.24
Hex 71 40 9 0 2B 5C 38 20 55 18
Octal 161 100 11 0 53 134 70 40 125 30
Binary 1110001 1000000 1001 0 101011 1011100 111000 100000 1010101 11000

Color Harmonies of #714009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714009

Black with #714009

Text Example


Text Example

White with #714009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714009; }

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

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

background-color css

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

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

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

border-color css

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

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

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