Html Css Color HEX #714700 Raw Umber

📋 copy color: '#714700'

red 113 ◦ green 71 ◦ blue 0

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

Shades of Raw Umber #714700

Tints of Raw Umber #714700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.59%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.41%
G = 38.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#714700 (or 0x714700) is known color: Raw Umber. HEX triplet: 71, 47 and 00. RGB value is (113,71,0). Sum of RGB (Red+Green+Blue) = 113+71+0=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #714700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714700 is #8EB8FF. Grayscale: #4B4B4B. Windows color (decimal): -9353472 or 18289. OLE color: 18289.

HSL color Cylindrical-coordinate representation of color #714700: hue angle of 37.7º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #714700 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 71 0 -
CMYK 0 0.37 1 0.56
HSL 37.7º 1% 0.22% -
HSV(B) 37.7º 1% 0.44% -
XYZ 9.06 8.02 1.07 -
YUV 75.46 85.41 154.77 -
System Red Green Blue C M Y K H S L
Decimal 113 71 0 0 0.37 1 0.56 37.7 1 0.22
Hex 71 47 0 0 25 64 38 26 64 16
Octal 161 107 0 0 45 144 70 46 144 26
Binary 1110001 1000111 0 0 100101 1100100 111000 100110 1100100 10110

Color Harmonies of #714700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714700

Black with #714700

Text Example


Text Example

White with #714700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714700; }

 p { color: rgb(113,71,0); }

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

background-color css

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

 a { background-color: rgb(113,71,0); }

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

border-color css

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

 span { border-color: rgb(113,71,0); }

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