Html Css Color HEX #714800 Raw Umber

📋 copy color: '#714800'

red 113 ◦ green 72 ◦ blue 0

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

Shades of Raw Umber #714800

Tints of Raw Umber #714800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.92%

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

R = 61.08%
G = 38.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#714800 (or 0x714800) is known color: Raw Umber. HEX triplet: 71, 48 and 00. RGB value is (113,72,0). Sum of RGB (Red+Green+Blue) = 113+72+0=185 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.08% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 113 - color contains mainly: red. Hex color #714800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714800 is #8EB7FF. Grayscale: #4C4C4C. Windows color (decimal): -9353216 or 18545. OLE color: 18545.

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

Color convert

RGB 113 72 0 -
CMYK 0 0.36 1 0.56
HSL 38.23º 1% 0.22% -
HSV(B) 38.23º 1% 0.44% -
XYZ 9.13 8.15 1.09 -
YUV 76.05 85.08 154.35 -
System Red Green Blue C M Y K H S L
Decimal 113 72 0 0 0.36 1 0.56 38.23 1 0.22
Hex 71 48 0 0 24 64 38 26 64 16
Octal 161 110 0 0 44 144 70 46 144 26
Binary 1110001 1001000 0 0 100100 1100100 111000 100110 1100100 10110

Color Harmonies of #714800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714800

Black with #714800

Text Example


Text Example

White with #714800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714800; }

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

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

background-color css

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

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

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

border-color css

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

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

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