Html Css Color HEX #713A00 Raw Umber

📋 copy color: '#713A00'

red 113 ◦ green 58 ◦ blue 0

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

Shades of Raw Umber #713A00

Tints of Raw Umber #713A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.08%
G = 33.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#713A00 (or 0x713A00) is known color: Raw Umber. HEX triplet: 71, 3A and 00. RGB value is (113,58,0). Sum of RGB (Red+Green+Blue) = 113+58+0=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #713A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713A00 is #8EC5FF. Grayscale: #444444. Windows color (decimal): -9356800 or 14961. OLE color: 14961.

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

Color convert

RGB 113 58 0 -
CMYK 0 0.49 1 0.56
HSL 30.8º 1% 0.22% -
HSV(B) 30.8º 1% 0.44% -
XYZ 8.32 6.54 0.82 -
YUV 67.83 89.72 160.22 -
System Red Green Blue C M Y K H S L
Decimal 113 58 0 0 0.49 1 0.56 30.8 1 0.22
Hex 71 3A 0 0 31 64 38 1F 64 16
Octal 161 72 0 0 61 144 70 37 144 26
Binary 1110001 111010 0 0 110001 1100100 111000 11111 1100100 10110

Color Harmonies of #713A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713A00

Black with #713A00

Text Example


Text Example

White with #713A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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