Html Css Color HEX #713701 Raw Umber

📋 copy color: '#713701'

red 113 ◦ green 55 ◦ blue 1

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

Shades of Raw Umber #713701

Tints of Raw Umber #713701

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.54%

 BLUE value IS 1 (0.78% from 255) = 0.59%

R = 66.86%
G = 32.54%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#713701 (or 0x713701) is known color: Raw Umber. HEX triplet: 71, 37 and 01. RGB value is (113,55,1). Sum of RGB (Red+Green+Blue) = 113+55+1=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #713701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713701 is #8EC8FE. Grayscale: #424242. Windows color (decimal): -9357567 or 79729. OLE color: 79729.

HSL color Cylindrical-coordinate representation of color #713701: hue angle of 28.93º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #713701 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 55 1 -
CMYK 0 0.51 0.99 0.56
HSL 28.93º 0.98% 0.22% -
HSV(B) 28.93º 0.99% 0.44% -
XYZ 8.18 6.25 0.8 -
YUV 66.19 91.22 161.39 -
System Red Green Blue C M Y K H S L
Decimal 113 55 1 0 0.51 0.99 0.56 28.93 0.98 0.22
Hex 71 37 1 0 33 63 38 1D 62 16
Octal 161 67 1 0 63 143 70 35 142 26
Binary 1110001 110111 1 0 110011 1100011 111000 11101 1100010 10110

Color Harmonies of #713701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713701

Black with #713701

Text Example


Text Example

White with #713701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713701; }

 p { color: rgb(113,55,1); }

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

background-color css

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

 a { background-color: rgb(113,55,1); }

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

border-color css

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

 span { border-color: rgb(113,55,1); }

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