Html Css Color HEX #713504 Raw Umber

📋 copy color: '#713504'

red 113 ◦ green 53 ◦ blue 4

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

Shades of Raw Umber #713504

Tints of Raw Umber #713504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.35%

R = 66.47%
G = 31.18%
B = 2.35%

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

#713504 (or 0x713504) is known color: Raw Umber. HEX triplet: 71, 35 and 04. RGB value is (113,53,4). Sum of RGB (Red+Green+Blue) = 113+53+4=170 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.47% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 4 (1.95% from 255 or 2.35% from 170); Max value from RGB is 113 - color contains mainly: red. Hex color #713504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713504 is #8ECAFB. Grayscale: #414141. Windows color (decimal): -9358076 or 275825. OLE color: 275825.

HSL color Cylindrical-coordinate representation of color #713504: hue angle of 26.97º degrees, saturation: 0.93, 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 #713504 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 53 4 -
CMYK 0 0.53 0.96 0.56
HSL 26.97º 0.93% 0.23% -
HSV(B) 26.97º 0.96% 0.44% -
XYZ 8.11 6.07 0.86 -
YUV 65.35 93.38 161.98 -
System Red Green Blue C M Y K H S L
Decimal 113 53 4 0 0.53 0.96 0.56 26.97 0.93 0.23
Hex 71 35 4 0 35 60 38 1B 5D 17
Octal 161 65 4 0 65 140 70 33 135 27
Binary 1110001 110101 100 0 110101 1100000 111000 11011 1011101 10111

Color Harmonies of #713504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713504

Black with #713504

Text Example


Text Example

White with #713504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713504; }

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

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

background-color css

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

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

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

border-color css

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

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

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