Html Css Color HEX #74341A Peru Tan

📋 copy color: '#74341A'

red 116 ◦ green 52 ◦ blue 26

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

Shades of Peru Tan #74341A

Tints of Peru Tan #74341A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.8%

 BLUE value IS 26 (10.55% from 255) = 13.4%

R = 59.79%
G = 26.8%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#74341A (or 0x74341A) is known color: Peru Tan. HEX triplet: 74, 34 and 1A. RGB value is (116,52,26). Sum of RGB (Red+Green+Blue) = 116+52+26=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #74341A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74341A is #8BCBE5. Grayscale: #444444. Windows color (decimal): -9161702 or 1717364. OLE color: 1717364.

HSL color Cylindrical-coordinate representation of color #74341A: hue angle of 17.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74341A is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 52 26 -
CMYK 0 0.55 0.78 0.55
HSL 17.33º 0.63% 0.28% -
HSV(B) 17.33º 0.78% 0.45% -
XYZ 8.62 6.24 1.73 -
YUV 68.17 104.2 162.11 -
System Red Green Blue C M Y K H S L
Decimal 116 52 26 0 0.55 0.78 0.55 17.33 0.63 0.28
Hex 74 34 1A 0 37 4E 37 11 3F 1C
Octal 164 64 32 0 67 116 67 21 77 34
Binary 1110100 110100 11010 0 110111 1001110 110111 10001 111111 11100

Color Harmonies of #74341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74341A

Black with #74341A

Text Example


Text Example

White with #74341A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74341A; }

 p { color: rgb(116,52,26); }

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

background-color css

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

 a { background-color: rgb(116,52,26); }

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

border-color css

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

 span { border-color: rgb(116,52,26); }

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