Html Css Color HEX #714500 Raw Umber

📋 copy color: '#714500'

red 113 ◦ green 69 ◦ blue 0

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

Shades of Raw Umber #714500

Tints of Raw Umber #714500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.91%

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

R = 62.09%
G = 37.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#714500 (or 0x714500) is known color: Raw Umber. HEX triplet: 71, 45 and 00. RGB value is (113,69,0). Sum of RGB (Red+Green+Blue) = 113+69+0=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #714500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714500 is #8EBAFF. Grayscale: #4A4A4A. Windows color (decimal): -9353984 or 17777. OLE color: 17777.

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

Color convert

RGB 113 69 0 -
CMYK 0 0.39 1 0.56
HSL 36.64º 1% 0.22% -
HSV(B) 36.64º 1% 0.44% -
XYZ 8.94 7.77 1.03 -
YUV 74.29 86.08 155.61 -
System Red Green Blue C M Y K H S L
Decimal 113 69 0 0 0.39 1 0.56 36.64 1 0.22
Hex 71 45 0 0 27 64 38 25 64 16
Octal 161 105 0 0 47 144 70 45 144 26
Binary 1110001 1000101 0 0 100111 1100100 111000 100101 1100100 10110

Color Harmonies of #714500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714500

Black with #714500

Text Example


Text Example

White with #714500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714500; }

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

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

background-color css

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

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

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

border-color css

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

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

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