Html Css Color HEX #714C00 Raw Umber

📋 copy color: '#714C00'

red 113 ◦ green 76 ◦ blue 0

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

Shades of Raw Umber #714C00

Tints of Raw Umber #714C00

RGB

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

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

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

R = 59.79%
G = 40.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#714C00 (or 0x714C00) is known color: Raw Umber. HEX triplet: 71, 4C and 00. RGB value is (113,76,0). Sum of RGB (Red+Green+Blue) = 113+76+0=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #714C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714C00 is #8EB3FF. Grayscale: #4E4E4E. Windows color (decimal): -9352192 or 19569. OLE color: 19569.

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

Color convert

RGB 113 76 0 -
CMYK 0 0.33 1 0.56
HSL 40.35º 1% 0.22% -
HSV(B) 40.35º 1% 0.44% -
XYZ 9.39 8.68 1.18 -
YUV 78.4 83.76 152.68 -
System Red Green Blue C M Y K H S L
Decimal 113 76 0 0 0.33 1 0.56 40.35 1 0.22
Hex 71 4C 0 0 21 64 38 28 64 16
Octal 161 114 0 0 41 144 70 50 144 26
Binary 1110001 1001100 0 0 100001 1100100 111000 101000 1100100 10110

Color Harmonies of #714C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714C00

Black with #714C00

Text Example


Text Example

White with #714C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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