Html Css Color HEX #74350E Peru Tan

📋 copy color: '#74350E'

red 116 ◦ green 53 ◦ blue 14

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

Shades of Peru Tan #74350E

Tints of Peru Tan #74350E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.65%

R = 63.39%
G = 28.96%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#74350E (or 0x74350E) is known color: Peru Tan. HEX triplet: 74, 35 and 0E. RGB value is (116,53,14). Sum of RGB (Red+Green+Blue) = 116+53+14=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #74350E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74350E is #8BCAF1. Grayscale: #434343. Windows color (decimal): -9161458 or 931188. OLE color: 931188.

HSL color Cylindrical-coordinate representation of color #74350E: hue angle of 22.94º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74350E is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 53 14 -
CMYK 0 0.54 0.88 0.55
HSL 22.94º 0.78% 0.25% -
HSV(B) 22.94º 0.88% 0.45% -
XYZ 8.55 6.29 1.18 -
YUV 67.39 97.87 162.67 -
System Red Green Blue C M Y K H S L
Decimal 116 53 14 0 0.54 0.88 0.55 22.94 0.78 0.25
Hex 74 35 E 0 36 58 37 17 4E 19
Octal 164 65 16 0 66 130 67 27 116 31
Binary 1110100 110101 1110 0 110110 1011000 110111 10111 1001110 11001

Color Harmonies of #74350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74350E

Black with #74350E

Text Example


Text Example

White with #74350E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74350E; }

 p { color: rgb(116,53,14); }

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

background-color css

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

 a { background-color: rgb(116,53,14); }

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

border-color css

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

 span { border-color: rgb(116,53,14); }

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