Html Css Color HEX #713705 Raw Umber

📋 copy color: '#713705'

red 113 ◦ green 55 ◦ blue 5

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

Shades of Raw Umber #713705

Tints of Raw Umber #713705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.89%

R = 65.32%
G = 31.79%
B = 2.89%

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

#713705 (or 0x713705) is known color: Raw Umber. HEX triplet: 71, 37 and 05. RGB value is (113,55,5). Sum of RGB (Red+Green+Blue) = 113+55+5=173 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.32% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 113 - color contains mainly: red. Hex color #713705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713705 is #8EC8FA. Grayscale: #424242. Windows color (decimal): -9357563 or 341873. OLE color: 341873.

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

Color convert

RGB 113 55 5 -
CMYK 0 0.51 0.96 0.56
HSL 27.78º 0.92% 0.23% -
HSV(B) 27.78º 0.96% 0.44% -
XYZ 8.2 6.25 0.92 -
YUV 66.64 93.22 161.07 -
System Red Green Blue C M Y K H S L
Decimal 113 55 5 0 0.51 0.96 0.56 27.78 0.92 0.23
Hex 71 37 5 0 33 60 38 1C 5C 17
Octal 161 67 5 0 63 140 70 34 134 27
Binary 1110001 110111 101 0 110011 1100000 111000 11100 1011100 10111

Color Harmonies of #713705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713705

Black with #713705

Text Example


Text Example

White with #713705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713705; }

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

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

background-color css

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

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

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

border-color css

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

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

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