Html Css Color HEX #713A07 Raw Umber

📋 copy color: '#713A07'

red 113 ◦ green 58 ◦ blue 7

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

Shades of Raw Umber #713A07

Tints of Raw Umber #713A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.93%

R = 63.48%
G = 32.58%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#713A07 (or 0x713A07) is known color: Raw Umber. HEX triplet: 71, 3A and 07. RGB value is (113,58,7). Sum of RGB (Red+Green+Blue) = 113+58+7=178 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.48% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 113 - color contains mainly: red. Hex color #713A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713A07 is #8EC5F8. Grayscale: #444444. Windows color (decimal): -9356793 or 473713. OLE color: 473713.

HSL color Cylindrical-coordinate representation of color #713A07: hue angle of 28.87º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #713A07 is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 58 7 -
CMYK 0 0.49 0.94 0.56
HSL 28.87º 0.88% 0.24% -
HSV(B) 28.87º 0.94% 0.44% -
XYZ 8.36 6.55 1.03 -
YUV 68.63 93.22 159.65 -
System Red Green Blue C M Y K H S L
Decimal 113 58 7 0 0.49 0.94 0.56 28.87 0.88 0.24
Hex 71 3A 7 0 31 5E 38 1D 58 18
Octal 161 72 7 0 61 136 70 35 130 30
Binary 1110001 111010 111 0 110001 1011110 111000 11101 1011000 11000

Color Harmonies of #713A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713A07

Black with #713A07

Text Example


Text Example

White with #713A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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