Html Css Color HEX #713B0D Raw Umber

📋 copy color: '#713B0D'

red 113 ◦ green 59 ◦ blue 13

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

Shades of Raw Umber #713B0D

Tints of Raw Umber #713B0D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.89%

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

R = 61.08%
G = 31.89%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#713B0D (or 0x713B0D) is known color: Raw Umber. HEX triplet: 71, 3B and 0D. RGB value is (113,59,13). Sum of RGB (Red+Green+Blue) = 113+59+13=185 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.08% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 113 - color contains mainly: red. Hex color #713B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713B0D is #8EC4F2. Grayscale: #464646. Windows color (decimal): -9356531 or 867185. OLE color: 867185.

HSL color Cylindrical-coordinate representation of color #713B0D: hue angle of 27.6º 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 #713B0D is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 59 13 -
CMYK 0 0.48 0.88 0.56
HSL 27.6º 0.79% 0.25% -
HSV(B) 27.6º 0.88% 0.44% -
XYZ 8.45 6.67 1.22 -
YUV 69.9 95.89 158.74 -
System Red Green Blue C M Y K H S L
Decimal 113 59 13 0 0.48 0.88 0.56 27.6 0.79 0.25
Hex 71 3B D 0 30 58 38 1C 4F 19
Octal 161 73 15 0 60 130 70 34 117 31
Binary 1110001 111011 1101 0 110000 1011000 111000 11100 1001111 11001

Color Harmonies of #713B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713B0D

Black with #713B0D

Text Example


Text Example

White with #713B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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