Html Css Color HEX #716003 Raw Umber

📋 copy color: '#716003'

red 113 ◦ green 96 ◦ blue 3

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

Shades of Raw Umber #716003

Tints of Raw Umber #716003

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.28%

 BLUE value IS 3 (1.56% from 255) = 1.42%

R = 53.3%
G = 45.28%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#716003 (or 0x716003) is known color: Raw Umber. HEX triplet: 71, 60 and 03. RGB value is (113,96,3). Sum of RGB (Red+Green+Blue) = 113+96+3=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #716003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716003 is #8E9FFC. Grayscale: #5A5A5A. Windows color (decimal): -9347069 or 221297. OLE color: 221297.

HSL color Cylindrical-coordinate representation of color #716003: hue angle of 50.73º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #716003 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 96 3 -
CMYK 0 0.15 0.97 0.56
HSL 50.73º 0.95% 0.23% -
HSV(B) 50.73º 0.97% 0.44% -
XYZ 11.01 11.88 1.8 -
YUV 90.48 78.63 144.06 -
System Red Green Blue C M Y K H S L
Decimal 113 96 3 0 0.15 0.97 0.56 50.73 0.95 0.23
Hex 71 60 3 0 F 61 38 33 5F 17
Octal 161 140 3 0 17 141 70 63 137 27
Binary 1110001 1100000 11 0 1111 1100001 111000 110011 1011111 10111

Color Harmonies of #716003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716003

Black with #716003

Text Example


Text Example

White with #716003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716003; }

 p { color: rgb(113,96,3); }

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

background-color css

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

 a { background-color: rgb(113,96,3); }

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

border-color css

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

 span { border-color: rgb(113,96,3); }

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