Html Css Color HEX #713503 Raw Umber

📋 copy color: '#713503'

red 113 ◦ green 53 ◦ blue 3

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

Shades of Raw Umber #713503

Tints of Raw Umber #713503

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.36%

 BLUE value IS 3 (1.56% from 255) = 1.78%

R = 66.86%
G = 31.36%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#713503 (or 0x713503) is known color: Raw Umber. HEX triplet: 71, 35 and 03. RGB value is (113,53,3). Sum of RGB (Red+Green+Blue) = 113+53+3=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 3 (1.56% from 255 or 1.78% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #713503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713503 is #8ECAFC. Grayscale: #414141. Windows color (decimal): -9358077 or 210289. OLE color: 210289.

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

Color convert

RGB 113 53 3 -
CMYK 0 0.53 0.97 0.56
HSL 27.27º 0.95% 0.23% -
HSV(B) 27.27º 0.97% 0.44% -
XYZ 8.1 6.06 0.83 -
YUV 65.24 92.88 162.07 -
System Red Green Blue C M Y K H S L
Decimal 113 53 3 0 0.53 0.97 0.56 27.27 0.95 0.23
Hex 71 35 3 0 35 61 38 1B 5F 17
Octal 161 65 3 0 65 141 70 33 137 27
Binary 1110001 110101 11 0 110101 1100001 111000 11011 1011111 10111

Color Harmonies of #713503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713503

Black with #713503

Text Example


Text Example

White with #713503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713503; }

 p { color: rgb(113,53,3); }

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

background-color css

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

 a { background-color: rgb(113,53,3); }

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

border-color css

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

 span { border-color: rgb(113,53,3); }

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