Html Css Color HEX #713D0D Raw Umber

📋 copy color: '#713D0D'

red 113 ◦ green 61 ◦ blue 13

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

Shades of Raw Umber #713D0D

Tints of Raw Umber #713D0D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.62%

 BLUE value IS 13 (5.47% from 255) = 6.95%

R = 60.43%
G = 32.62%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#713D0D (or 0x713D0D) is known color: Raw Umber. HEX triplet: 71, 3D and 0D. RGB value is (113,61,13). Sum of RGB (Red+Green+Blue) = 113+61+13=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #713D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713D0D is #8EC2F2. Grayscale: #474747. Windows color (decimal): -9356019 or 867697. OLE color: 867697.

HSL color Cylindrical-coordinate representation of color #713D0D: hue angle of 28.8º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #713D0D is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 61 13 -
CMYK 0 0.46 0.88 0.56
HSL 28.8º 0.79% 0.25% -
HSV(B) 28.8º 0.88% 0.44% -
XYZ 8.55 6.88 1.26 -
YUV 71.08 95.23 157.9 -
System Red Green Blue C M Y K H S L
Decimal 113 61 13 0 0.46 0.88 0.56 28.8 0.79 0.25
Hex 71 3D D 0 2E 58 38 1D 4F 19
Octal 161 75 15 0 56 130 70 35 117 31
Binary 1110001 111101 1101 0 101110 1011000 111000 11101 1001111 11001

Color Harmonies of #713D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713D0D

Black with #713D0D

Text Example


Text Example

White with #713D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713D0D; }

 p { color: rgb(113,61,13); }

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

background-color css

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

 a { background-color: rgb(113,61,13); }

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

border-color css

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

 span { border-color: rgb(113,61,13); }

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