Html Css Color HEX #713C08 Raw Umber

📋 copy color: '#713C08'

red 113 ◦ green 60 ◦ blue 8

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

Shades of Raw Umber #713C08

Tints of Raw Umber #713C08

RGB

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

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

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

R = 62.43%
G = 33.15%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#713C08 (or 0x713C08) is known color: Raw Umber. HEX triplet: 71, 3C and 08. RGB value is (113,60,8). Sum of RGB (Red+Green+Blue) = 113+60+8=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #713C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713C08 is #8EC3F7. Grayscale: #464646. Windows color (decimal): -9356280 or 539761. OLE color: 539761.

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

Color convert

RGB 113 60 8 -
CMYK 0 0.47 0.93 0.56
HSL 29.71º 0.87% 0.24% -
HSV(B) 29.71º 0.93% 0.44% -
XYZ 8.47 6.76 1.09 -
YUV 69.92 93.06 158.73 -
System Red Green Blue C M Y K H S L
Decimal 113 60 8 0 0.47 0.93 0.56 29.71 0.87 0.24
Hex 71 3C 8 0 2F 5D 38 1E 57 18
Octal 161 74 10 0 57 135 70 36 127 30
Binary 1110001 111100 1000 0 101111 1011101 111000 11110 1010111 11000

Color Harmonies of #713C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713C08

Black with #713C08

Text Example


Text Example

White with #713C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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