Html Css Color HEX #713A05 Raw Umber

📋 copy color: '#713A05'

red 113 ◦ green 58 ◦ blue 5

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

Shades of Raw Umber #713A05

Tints of Raw Umber #713A05

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.95%

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

R = 64.2%
G = 32.95%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#713A05 (or 0x713A05) is known color: Raw Umber. HEX triplet: 71, 3A and 05. RGB value is (113,58,5). Sum of RGB (Red+Green+Blue) = 113+58+5=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 5 (2.34% from 255 or 2.84% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #713A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713A05 is #8EC5FA. Grayscale: #444444. Windows color (decimal): -9356795 or 342641. OLE color: 342641.

HSL color Cylindrical-coordinate representation of color #713A05: hue angle of 29.44º 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 #713A05 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 58 5 -
CMYK 0 0.49 0.96 0.56
HSL 29.44º 0.92% 0.23% -
HSV(B) 29.44º 0.96% 0.44% -
XYZ 8.35 6.55 0.97 -
YUV 68.4 92.22 159.81 -
System Red Green Blue C M Y K H S L
Decimal 113 58 5 0 0.49 0.96 0.56 29.44 0.92 0.23
Hex 71 3A 5 0 31 60 38 1D 5C 17
Octal 161 72 5 0 61 140 70 35 134 27
Binary 1110001 111010 101 0 110001 1100000 111000 11101 1011100 10111

Color Harmonies of #713A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713A05

Black with #713A05

Text Example


Text Example

White with #713A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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