Html Css Color HEX #713F05 Raw Umber

📋 copy color: '#713F05'

red 113 ◦ green 63 ◦ blue 5

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

Shades of Raw Umber #713F05

Tints of Raw Umber #713F05

RGB

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

 GREEN value IS 63 (25% from 255) = 34.81%

 BLUE value IS 5 (2.34% from 255) = 2.76%

R = 62.43%
G = 34.81%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#713F05 (or 0x713F05) is known color: Raw Umber. HEX triplet: 71, 3F and 05. RGB value is (113,63,5). Sum of RGB (Red+Green+Blue) = 113+63+5=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 5 (2.34% from 255 or 2.76% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #713F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713F05 is #8EC0FA. Grayscale: #474747. Windows color (decimal): -9355515 or 343921. OLE color: 343921.

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

Color convert

RGB 113 63 5 -
CMYK 0 0.44 0.96 0.56
HSL 32.22º 0.92% 0.23% -
HSV(B) 32.22º 0.96% 0.44% -
XYZ 8.61 7.08 1.06 -
YUV 71.34 90.57 157.72 -
System Red Green Blue C M Y K H S L
Decimal 113 63 5 0 0.44 0.96 0.56 32.22 0.92 0.23
Hex 71 3F 5 0 2C 60 38 20 5C 17
Octal 161 77 5 0 54 140 70 40 134 27
Binary 1110001 111111 101 0 101100 1100000 111000 100000 1011100 10111

Color Harmonies of #713F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713F05

Black with #713F05

Text Example


Text Example

White with #713F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,63,5); }

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

background-color css

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

 a { background-color: rgb(113,63,5); }

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

border-color css

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

 span { border-color: rgb(113,63,5); }

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