Html Css Color HEX #713708 Raw Umber

📋 copy color: '#713708'

red 113 ◦ green 55 ◦ blue 8

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

Shades of Raw Umber #713708

Tints of Raw Umber #713708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.55%

R = 64.2%
G = 31.25%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#713708 (or 0x713708) is known color: Raw Umber. HEX triplet: 71, 37 and 08. RGB value is (113,55,8). Sum of RGB (Red+Green+Blue) = 113+55+8=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #713708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713708 is #8EC8F7. Grayscale: #434343. Windows color (decimal): -9357560 or 538481. OLE color: 538481.

HSL color Cylindrical-coordinate representation of color #713708: hue angle of 26.86º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #713708 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 55 8 -
CMYK 0 0.51 0.93 0.56
HSL 26.86º 0.87% 0.24% -
HSV(B) 26.86º 0.93% 0.44% -
XYZ 8.22 6.26 1 -
YUV 66.98 94.72 160.82 -
System Red Green Blue C M Y K H S L
Decimal 113 55 8 0 0.51 0.93 0.56 26.86 0.87 0.24
Hex 71 37 8 0 33 5D 38 1B 57 18
Octal 161 67 10 0 63 135 70 33 127 30
Binary 1110001 110111 1000 0 110011 1011101 111000 11011 1010111 11000

Color Harmonies of #713708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713708

Black with #713708

Text Example


Text Example

White with #713708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713708; }

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

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

background-color css

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

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

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

border-color css

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

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

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