Html Css Color HEX #713602 Raw Umber

📋 copy color: '#713602'

red 113 ◦ green 54 ◦ blue 2

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

Shades of Raw Umber #713602

Tints of Raw Umber #713602

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.95%

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

R = 66.86%
G = 31.95%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#713602 (or 0x713602) is known color: Raw Umber. HEX triplet: 71, 36 and 02. RGB value is (113,54,2). Sum of RGB (Red+Green+Blue) = 113+54+2=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #713602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713602 is #8EC9FD. Grayscale: #414141. Windows color (decimal): -9357822 or 145009. OLE color: 145009.

HSL color Cylindrical-coordinate representation of color #713602: hue angle of 28.11º 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 #713602 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 54 2 -
CMYK 0 0.52 0.98 0.56
HSL 28.11º 0.97% 0.23% -
HSV(B) 28.11º 0.98% 0.44% -
XYZ 8.14 6.15 0.82 -
YUV 65.71 92.05 161.73 -
System Red Green Blue C M Y K H S L
Decimal 113 54 2 0 0.52 0.98 0.56 28.11 0.97 0.23
Hex 71 36 2 0 34 62 38 1C 61 17
Octal 161 66 2 0 64 142 70 34 141 27
Binary 1110001 110110 10 0 110100 1100010 111000 11100 1100001 10111

Color Harmonies of #713602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713602

Black with #713602

Text Example


Text Example

White with #713602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713602; }

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

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

background-color css

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

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

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

border-color css

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

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

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