Html Css Color HEX #713908 Raw Umber

📋 copy color: '#713908'

red 113 ◦ green 57 ◦ blue 8

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

Shades of Raw Umber #713908

Tints of Raw Umber #713908

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.02%

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

R = 63.48%
G = 32.02%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#713908 (or 0x713908) is known color: Raw Umber. HEX triplet: 71, 39 and 08. RGB value is (113,57,8). Sum of RGB (Red+Green+Blue) = 113+57+8=178 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.48% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 8 (3.52% from 255 or 4.49% from 178); Max value from RGB is 113 - color contains mainly: red. Hex color #713908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713908 is #8EC6F7. Grayscale: #444444. Windows color (decimal): -9357048 or 538993. OLE color: 538993.

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

Color convert

RGB 113 57 8 -
CMYK 0 0.50 0.93 0.56
HSL 28º 0.87% 0.24% -
HSV(B) 28º 0.93% 0.44% -
XYZ 8.32 6.45 1.04 -
YUV 68.16 94.05 159.98 -
System Red Green Blue C M Y K H S L
Decimal 113 57 8 0 0.50 0.93 0.56 28 0.87 0.24
Hex 71 39 8 0 32 5D 38 1C 57 18
Octal 161 71 10 0 62 135 70 34 127 30
Binary 1110001 111001 1000 0 110010 1011101 111000 11100 1010111 11000

Color Harmonies of #713908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713908

Black with #713908

Text Example


Text Example

White with #713908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713908; }

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

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

background-color css

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

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

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

border-color css

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

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

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