Html Css Color HEX #713C0D Raw Umber

📋 copy color: '#713C0D'

red 113 ◦ green 60 ◦ blue 13

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

Shades of Raw Umber #713C0D

Tints of Raw Umber #713C0D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 32.26%

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

R = 60.75%
G = 32.26%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#713C0D (or 0x713C0D) is known color: Raw Umber. HEX triplet: 71, 3C and 0D. RGB value is (113,60,13). Sum of RGB (Red+Green+Blue) = 113+60+13=186 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.75% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 113 - color contains mainly: red. Hex color #713C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713C0D is #8EC3F2. Grayscale: #464646. Windows color (decimal): -9356275 or 867441. OLE color: 867441.

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

Color convert

RGB 113 60 13 -
CMYK 0 0.47 0.88 0.56
HSL 28.2º 0.79% 0.25% -
HSV(B) 28.2º 0.88% 0.44% -
XYZ 8.5 6.77 1.24 -
YUV 70.49 95.56 158.32 -
System Red Green Blue C M Y K H S L
Decimal 113 60 13 0 0.47 0.88 0.56 28.2 0.79 0.25
Hex 71 3C D 0 2F 58 38 1C 4F 19
Octal 161 74 15 0 57 130 70 34 117 31
Binary 1110001 111100 1101 0 101111 1011000 111000 11100 1001111 11001

Color Harmonies of #713C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713C0D

Black with #713C0D

Text Example


Text Example

White with #713C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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