Html Css Color HEX #714A09 Raw Umber

📋 copy color: '#714A09'

red 113 ◦ green 74 ◦ blue 9

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

Shades of Raw Umber #714A09

Tints of Raw Umber #714A09

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37.76%

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

R = 57.65%
G = 37.76%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#714A09 (or 0x714A09) is known color: Raw Umber. HEX triplet: 71, 4A and 09. RGB value is (113,74,9). Sum of RGB (Red+Green+Blue) = 113+74+9=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 9 (3.91% from 255 or 4.59% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #714A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714A09 is #8EB5F6. Grayscale: #4E4E4E. Windows color (decimal): -9352695 or 608881. OLE color: 608881.

HSL color Cylindrical-coordinate representation of color #714A09: hue angle of 37.5º 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 #714A09 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 74 9 -
CMYK 0 0.35 0.92 0.56
HSL 37.5º 0.85% 0.24% -
HSV(B) 37.5º 0.92% 0.44% -
XYZ 9.31 8.43 1.39 -
YUV 78.25 88.92 152.79 -
System Red Green Blue C M Y K H S L
Decimal 113 74 9 0 0.35 0.92 0.56 37.5 0.85 0.24
Hex 71 4A 9 0 23 5C 38 26 55 18
Octal 161 112 11 0 43 134 70 46 125 30
Binary 1110001 1001010 1001 0 100011 1011100 111000 100110 1010101 11000

Color Harmonies of #714A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714A09

Black with #714A09

Text Example


Text Example

White with #714A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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