Html Css Color HEX #713704 Raw Umber

📋 copy color: '#713704'

red 113 ◦ green 55 ◦ blue 4

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

Shades of Raw Umber #713704

Tints of Raw Umber #713704

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.98%

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

R = 65.7%
G = 31.98%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#713704 (or 0x713704) is known color: Raw Umber. HEX triplet: 71, 37 and 04. RGB value is (113,55,4). Sum of RGB (Red+Green+Blue) = 113+55+4=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 4 (1.95% from 255 or 2.33% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #713704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713704 is #8EC8FB. Grayscale: #424242. Windows color (decimal): -9357564 or 276337. OLE color: 276337.

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

Color convert

RGB 113 55 4 -
CMYK 0 0.51 0.96 0.56
HSL 28.07º 0.93% 0.23% -
HSV(B) 28.07º 0.96% 0.44% -
XYZ 8.2 6.25 0.89 -
YUV 66.53 92.72 161.15 -
System Red Green Blue C M Y K H S L
Decimal 113 55 4 0 0.51 0.96 0.56 28.07 0.93 0.23
Hex 71 37 4 0 33 60 38 1C 5D 17
Octal 161 67 4 0 63 140 70 34 135 27
Binary 1110001 110111 100 0 110011 1100000 111000 11100 1011101 10111

Color Harmonies of #713704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713704

Black with #713704

Text Example


Text Example

White with #713704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713704; }

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

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

background-color css

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

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

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

border-color css

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

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

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