Html Css Color HEX #715313 Raw Umber

📋 copy color: '#715313'

red 113 ◦ green 83 ◦ blue 19

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

Shades of Raw Umber #715313

Tints of Raw Umber #715313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.84%

R = 52.56%
G = 38.6%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#715313 (or 0x715313) is known color: Raw Umber. HEX triplet: 71, 53 and 13. RGB value is (113,83,19). Sum of RGB (Red+Green+Blue) = 113+83+19=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #715313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715313 is #8EACEC. Grayscale: #545454. Windows color (decimal): -9350381 or 1266545. OLE color: 1266545.

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

Color convert

RGB 113 83 19 -
CMYK 0 0.27 0.83 0.56
HSL 40.85º 0.71% 0.26% -
HSV(B) 40.85º 0.83% 0.44% -
XYZ 10.02 9.74 1.97 -
YUV 84.67 90.94 148.2 -
System Red Green Blue C M Y K H S L
Decimal 113 83 19 0 0.27 0.83 0.56 40.85 0.71 0.26
Hex 71 53 13 0 1B 53 38 29 47 1A
Octal 161 123 23 0 33 123 70 51 107 32
Binary 1110001 1010011 10011 0 11011 1010011 111000 101001 1000111 11010

Color Harmonies of #715313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715313

Black with #715313

Text Example


Text Example

White with #715313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715313; }

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

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

background-color css

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

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

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

border-color css

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

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

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