Html Css Color HEX #714C05 Raw Umber

📋 copy color: '#714C05'

red 113 ◦ green 76 ◦ blue 5

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

Shades of Raw Umber #714C05

Tints of Raw Umber #714C05

RGB

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

 GREEN value IS 76 (30.08% from 255) = 39.18%

 BLUE value IS 5 (2.34% from 255) = 2.58%

R = 58.25%
G = 39.18%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#714C05 (or 0x714C05) is known color: Raw Umber. HEX triplet: 71, 4C and 05. RGB value is (113,76,5). Sum of RGB (Red+Green+Blue) = 113+76+5=194 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.25% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 113 - color contains mainly: red. Hex color #714C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714C05 is #8EB3FA. Grayscale: #4F4F4F. Windows color (decimal): -9352187 or 347249. OLE color: 347249.

HSL color Cylindrical-coordinate representation of color #714C05: hue angle of 39.44º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #714C05 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 76 5 -
CMYK 0 0.33 0.96 0.56
HSL 39.44º 0.92% 0.23% -
HSV(B) 39.44º 0.96% 0.44% -
XYZ 9.42 8.69 1.32 -
YUV 78.97 86.26 152.27 -
System Red Green Blue C M Y K H S L
Decimal 113 76 5 0 0.33 0.96 0.56 39.44 0.92 0.23
Hex 71 4C 5 0 21 60 38 27 5C 17
Octal 161 114 5 0 41 140 70 47 134 27
Binary 1110001 1001100 101 0 100001 1100000 111000 100111 1011100 10111

Color Harmonies of #714C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714C05

Black with #714C05

Text Example


Text Example

White with #714C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714C05; }

 p { color: rgb(113,76,5); }

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

background-color css

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

 a { background-color: rgb(113,76,5); }

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

border-color css

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

 span { border-color: rgb(113,76,5); }

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