Html Css Color HEX #74310D Peru Tan

📋 copy color: '#74310D'

red 116 ◦ green 49 ◦ blue 13

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

Shades of Peru Tan #74310D

Tints of Peru Tan #74310D

RGB

 RED value IS 116 (45.7% from 255) = 65.17%

 GREEN value IS 49 (19.53% from 255) = 27.53%

 BLUE value IS 13 (5.47% from 255) = 7.3%

R = 65.17%
G = 27.53%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#74310D (or 0x74310D) is known color: Peru Tan. HEX triplet: 74, 31 and 0D. RGB value is (116,49,13). Sum of RGB (Red+Green+Blue) = 116+49+13=178 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.17% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 116 - color contains mainly: red. Hex color #74310D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74310D is #8BCEF2. Grayscale: #414141. Windows color (decimal): -9162483 or 864628. OLE color: 864628.

HSL color Cylindrical-coordinate representation of color #74310D: hue angle of 20.97º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74310D is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 49 13 -
CMYK 0 0.58 0.89 0.55
HSL 20.97º 0.8% 0.25% -
HSV(B) 20.97º 0.89% 0.45% -
XYZ 8.37 5.94 1.09 -
YUV 64.93 98.7 164.43 -
System Red Green Blue C M Y K H S L
Decimal 116 49 13 0 0.58 0.89 0.55 20.97 0.8 0.25
Hex 74 31 D 0 3A 59 37 15 50 19
Octal 164 61 15 0 72 131 67 25 120 31
Binary 1110100 110001 1101 0 111010 1011001 110111 10101 1010000 11001

Color Harmonies of #74310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74310D

Black with #74310D

Text Example


Text Example

White with #74310D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74310D; }

 p { color: rgb(116,49,13); }

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

background-color css

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

 a { background-color: rgb(116,49,13); }

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

border-color css

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

 span { border-color: rgb(116,49,13); }

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