Html Css Color HEX #714200 Raw Umber

📋 copy color: '#714200'

red 113 ◦ green 66 ◦ blue 0

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

Shades of Raw Umber #714200

Tints of Raw Umber #714200

RGB

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

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

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

R = 63.13%
G = 36.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#714200 (or 0x714200) is known color: Raw Umber. HEX triplet: 71, 42 and 00. RGB value is (113,66,0). Sum of RGB (Red+Green+Blue) = 113+66+0=179 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.13% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 113 - color contains mainly: red. Hex color #714200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714200 is #8EBDFF. Grayscale: #484848. Windows color (decimal): -9354752 or 17009. OLE color: 17009.

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

Color convert

RGB 113 66 0 -
CMYK 0 0.42 1 0.56
HSL 35.04º 1% 0.22% -
HSV(B) 35.04º 1% 0.44% -
XYZ 8.76 7.41 0.97 -
YUV 72.53 87.07 156.87 -
System Red Green Blue C M Y K H S L
Decimal 113 66 0 0 0.42 1 0.56 35.04 1 0.22
Hex 71 42 0 0 2A 64 38 23 64 16
Octal 161 102 0 0 52 144 70 43 144 26
Binary 1110001 1000010 0 0 101010 1100100 111000 100011 1100100 10110

Color Harmonies of #714200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714200

Black with #714200

Text Example


Text Example

White with #714200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714200; }

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

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

background-color css

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

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

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

border-color css

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

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

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