Html Css Color HEX #713505 Raw Umber

📋 copy color: '#713505'

red 113 ◦ green 53 ◦ blue 5

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

Shades of Raw Umber #713505

Tints of Raw Umber #713505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.92%

R = 66.08%
G = 30.99%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#713505 (or 0x713505) is known color: Raw Umber. HEX triplet: 71, 35 and 05. RGB value is (113,53,5). Sum of RGB (Red+Green+Blue) = 113+53+5=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #713505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713505 is #8ECAFA. Grayscale: #414141. Windows color (decimal): -9358075 or 341361. OLE color: 341361.

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

Color convert

RGB 113 53 5 -
CMYK 0 0.53 0.96 0.56
HSL 26.67º 0.92% 0.23% -
HSV(B) 26.67º 0.96% 0.44% -
XYZ 8.11 6.07 0.89 -
YUV 65.47 93.88 161.9 -
System Red Green Blue C M Y K H S L
Decimal 113 53 5 0 0.53 0.96 0.56 26.67 0.92 0.23
Hex 71 35 5 0 35 60 38 1B 5C 17
Octal 161 65 5 0 65 140 70 33 134 27
Binary 1110001 110101 101 0 110101 1100000 111000 11011 1011100 10111

Color Harmonies of #713505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713505

Black with #713505

Text Example


Text Example

White with #713505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713505; }

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

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

background-color css

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

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

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

border-color css

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

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

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