Html Css Color HEX #713802 Raw Umber

📋 copy color: '#713802'

red 113 ◦ green 56 ◦ blue 2

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

Shades of Raw Umber #713802

Tints of Raw Umber #713802

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.75%

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

R = 66.08%
G = 32.75%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#713802 (or 0x713802) is known color: Raw Umber. HEX triplet: 71, 38 and 02. RGB value is (113,56,2). Sum of RGB (Red+Green+Blue) = 113+56+2=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #713802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713802 is #8EC7FD. Grayscale: #434343. Windows color (decimal): -9357310 or 145521. OLE color: 145521.

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

Color convert

RGB 113 56 2 -
CMYK 0 0.50 0.98 0.56
HSL 29.19º 0.97% 0.23% -
HSV(B) 29.19º 0.98% 0.44% -
XYZ 8.24 6.34 0.85 -
YUV 66.89 91.38 160.89 -
System Red Green Blue C M Y K H S L
Decimal 113 56 2 0 0.50 0.98 0.56 29.19 0.97 0.23
Hex 71 38 2 0 32 62 38 1D 61 17
Octal 161 70 2 0 62 142 70 35 141 27
Binary 1110001 111000 10 0 110010 1100010 111000 11101 1100001 10111

Color Harmonies of #713802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713802

Black with #713802

Text Example


Text Example

White with #713802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713802; }

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

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

background-color css

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

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

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

border-color css

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

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

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