Html Css Color HEX #715310 Raw Umber

📋 copy color: '#715310'

red 113 ◦ green 83 ◦ blue 16

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

Shades of Raw Umber #715310

Tints of Raw Umber #715310

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.15%

 BLUE value IS 16 (6.64% from 255) = 7.55%

R = 53.3%
G = 39.15%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#715310 (or 0x715310) is known color: Raw Umber. HEX triplet: 71, 53 and 10. RGB value is (113,83,16). Sum of RGB (Red+Green+Blue) = 113+83+16=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #715310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715310 is #8EACEF. Grayscale: #545454. Windows color (decimal): -9350384 or 1069937. OLE color: 1069937.

HSL color Cylindrical-coordinate representation of color #715310: hue angle of 41.44º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #715310 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 83 16 -
CMYK 0 0.27 0.86 0.56
HSL 41.44º 0.75% 0.25% -
HSV(B) 41.44º 0.86% 0.44% -
XYZ 10 9.73 1.84 -
YUV 84.33 89.44 148.45 -
System Red Green Blue C M Y K H S L
Decimal 113 83 16 0 0.27 0.86 0.56 41.44 0.75 0.25
Hex 71 53 10 0 1B 56 38 29 4B 19
Octal 161 123 20 0 33 126 70 51 113 31
Binary 1110001 1010011 10000 0 11011 1010110 111000 101001 1001011 11001

Color Harmonies of #715310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715310

Black with #715310

Text Example


Text Example

White with #715310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715310; }

 p { color: rgb(113,83,16); }

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

background-color css

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

 a { background-color: rgb(113,83,16); }

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

border-color css

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

 span { border-color: rgb(113,83,16); }

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