Html Css Color HEX #713E12 Raw Umber

📋 copy color: '#713E12'

red 113 ◦ green 62 ◦ blue 18

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

Shades of Raw Umber #713E12

Tints of Raw Umber #713E12

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.12%

 BLUE value IS 18 (7.42% from 255) = 9.33%

R = 58.55%
G = 32.12%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#713E12 (or 0x713E12) is known color: Raw Umber. HEX triplet: 71, 3E and 12. RGB value is (113,62,18). Sum of RGB (Red+Green+Blue) = 113+62+18=193 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.55% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 113 - color contains mainly: red. Hex color #713E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713E12 is #8EC1ED. Grayscale: #484848. Windows color (decimal): -9355758 or 1195633. OLE color: 1195633.

HSL color Cylindrical-coordinate representation of color #713E12: hue angle of 27.79º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #713E12 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 62 18 -
CMYK 0 0.45 0.84 0.56
HSL 27.79º 0.73% 0.26% -
HSV(B) 27.79º 0.84% 0.44% -
XYZ 8.64 7 1.47 -
YUV 72.23 97.4 157.08 -
System Red Green Blue C M Y K H S L
Decimal 113 62 18 0 0.45 0.84 0.56 27.79 0.73 0.26
Hex 71 3E 12 0 2D 54 38 1C 49 1A
Octal 161 76 22 0 55 124 70 34 111 32
Binary 1110001 111110 10010 0 101101 1010100 111000 11100 1001001 11010

Color Harmonies of #713E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713E12

Black with #713E12

Text Example


Text Example

White with #713E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713E12; }

 p { color: rgb(113,62,18); }

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

background-color css

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

 a { background-color: rgb(113,62,18); }

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

border-color css

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

 span { border-color: rgb(113,62,18); }

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