Html Css Color HEX #714000 Raw Umber

📋 copy color: '#714000'

red 113 ◦ green 64 ◦ blue 0

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

Shades of Raw Umber #714000

Tints of Raw Umber #714000

RGB

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

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

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

R = 63.84%
G = 36.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#714000 (or 0x714000) is known color: Raw Umber. HEX triplet: 71, 40 and 00. RGB value is (113,64,0). Sum of RGB (Red+Green+Blue) = 113+64+0=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #714000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714000 is #8EBFFF. Grayscale: #474747. Windows color (decimal): -9355264 or 16497. OLE color: 16497.

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

Color convert

RGB 113 64 0 -
CMYK 0 0.43 1 0.56
HSL 33.98º 1% 0.22% -
HSV(B) 33.98º 1% 0.44% -
XYZ 8.64 7.18 0.93 -
YUV 71.36 87.73 157.7 -
System Red Green Blue C M Y K H S L
Decimal 113 64 0 0 0.43 1 0.56 33.98 1 0.22
Hex 71 40 0 0 2B 64 38 22 64 16
Octal 161 100 0 0 53 144 70 42 144 26
Binary 1110001 1000000 0 0 101011 1100100 111000 100010 1100100 10110

Color Harmonies of #714000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714000

Black with #714000

Text Example


Text Example

White with #714000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714000; }

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

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

background-color css

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

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

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

border-color css

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

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

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