Html Css Color HEX #713702 Raw Umber

📋 copy color: '#713702'

red 113 ◦ green 55 ◦ blue 2

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

Shades of Raw Umber #713702

Tints of Raw Umber #713702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.18%

R = 66.47%
G = 32.35%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#713702 (or 0x713702) is known color: Raw Umber. HEX triplet: 71, 37 and 02. RGB value is (113,55,2). Sum of RGB (Red+Green+Blue) = 113+55+2=170 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.47% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 113 - color contains mainly: red. Hex color #713702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713702 is #8EC8FD. Grayscale: #424242. Windows color (decimal): -9357566 or 145265. OLE color: 145265.

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

Color convert

RGB 113 55 2 -
CMYK 0 0.51 0.98 0.56
HSL 28.65º 0.97% 0.23% -
HSV(B) 28.65º 0.98% 0.44% -
XYZ 8.19 6.25 0.83 -
YUV 66.3 91.72 161.31 -
System Red Green Blue C M Y K H S L
Decimal 113 55 2 0 0.51 0.98 0.56 28.65 0.97 0.23
Hex 71 37 2 0 33 62 38 1D 61 17
Octal 161 67 2 0 63 142 70 35 141 27
Binary 1110001 110111 10 0 110011 1100010 111000 11101 1100001 10111

Color Harmonies of #713702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713702

Black with #713702

Text Example


Text Example

White with #713702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713702; }

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

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

background-color css

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

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

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

border-color css

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

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

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