Html Css Color HEX #713808 Raw Umber

📋 copy color: '#713808'

red 113 ◦ green 56 ◦ blue 8

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

Shades of Raw Umber #713808

Tints of Raw Umber #713808

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.64%

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

R = 63.84%
G = 31.64%
B = 4.52%

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

#713808 (or 0x713808) is known color: Raw Umber. HEX triplet: 71, 38 and 08. RGB value is (113,56,8). Sum of RGB (Red+Green+Blue) = 113+56+8=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #713808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713808 is #8EC7F7. Grayscale: #434343. Windows color (decimal): -9357304 or 538737. OLE color: 538737.

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

Color convert

RGB 113 56 8 -
CMYK 0 0.50 0.93 0.56
HSL 27.43º 0.87% 0.24% -
HSV(B) 27.43º 0.93% 0.44% -
XYZ 8.27 6.36 1.02 -
YUV 67.57 94.38 160.4 -
System Red Green Blue C M Y K H S L
Decimal 113 56 8 0 0.50 0.93 0.56 27.43 0.87 0.24
Hex 71 38 8 0 32 5D 38 1B 57 18
Octal 161 70 10 0 62 135 70 33 127 30
Binary 1110001 111000 1000 0 110010 1011101 111000 11011 1010111 11000

Color Harmonies of #713808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713808

Black with #713808

Text Example


Text Example

White with #713808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713808; }

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

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

background-color css

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

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

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

border-color css

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

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

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