Html Css Color HEX #713A03 Raw Umber

📋 copy color: '#713A03'

red 113 ◦ green 58 ◦ blue 3

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

Shades of Raw Umber #713A03

Tints of Raw Umber #713A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.72%

R = 64.94%
G = 33.33%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#713A03 (or 0x713A03) is known color: Raw Umber. HEX triplet: 71, 3A and 03. RGB value is (113,58,3). Sum of RGB (Red+Green+Blue) = 113+58+3=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 3 (1.56% from 255 or 1.72% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #713A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713A03 is #8EC5FC. Grayscale: #444444. Windows color (decimal): -9356797 or 211569. OLE color: 211569.

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

Color convert

RGB 113 58 3 -
CMYK 0 0.49 0.97 0.56
HSL 30º 0.95% 0.23% -
HSV(B) 30º 0.97% 0.44% -
XYZ 8.34 6.54 0.91 -
YUV 68.18 91.22 159.97 -
System Red Green Blue C M Y K H S L
Decimal 113 58 3 0 0.49 0.97 0.56 30 0.95 0.23
Hex 71 3A 3 0 31 61 38 1E 5F 17
Octal 161 72 3 0 61 141 70 36 137 27
Binary 1110001 111010 11 0 110001 1100001 111000 11110 1011111 10111

Color Harmonies of #713A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713A03

Black with #713A03

Text Example


Text Example

White with #713A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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