Html Css Color HEX #713F04 Raw Umber

📋 copy color: '#713F04'

red 113 ◦ green 63 ◦ blue 4

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

Shades of Raw Umber #713F04

Tints of Raw Umber #713F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.22%

R = 62.78%
G = 35%
B = 2.22%

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

#713F04 (or 0x713F04) is known color: Raw Umber. HEX triplet: 71, 3F and 04. RGB value is (113,63,4). Sum of RGB (Red+Green+Blue) = 113+63+4=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 4 (1.95% from 255 or 2.22% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #713F04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713F04 is #8EC0FB. Grayscale: #474747. Windows color (decimal): -9355516 or 278385. OLE color: 278385.

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

Color convert

RGB 113 63 4 -
CMYK 0 0.44 0.96 0.56
HSL 32.48º 0.93% 0.23% -
HSV(B) 32.48º 0.96% 0.44% -
XYZ 8.61 7.07 1.03 -
YUV 71.22 90.07 157.8 -
System Red Green Blue C M Y K H S L
Decimal 113 63 4 0 0.44 0.96 0.56 32.48 0.93 0.23
Hex 71 3F 4 0 2C 60 38 20 5D 17
Octal 161 77 4 0 54 140 70 40 135 27
Binary 1110001 111111 100 0 101100 1100000 111000 100000 1011101 10111

Color Harmonies of #713F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713F04

Black with #713F04

Text Example


Text Example

White with #713F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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