Html Css Color HEX #74351A Peru Tan

📋 copy color: '#74351A'

red 116 ◦ green 53 ◦ blue 26

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

Shades of Peru Tan #74351A

Tints of Peru Tan #74351A

RGB

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

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

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

R = 59.49%
G = 27.18%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#74351A (or 0x74351A) is known color: Peru Tan. HEX triplet: 74, 35 and 1A. RGB value is (116,53,26). Sum of RGB (Red+Green+Blue) = 116+53+26=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #74351A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74351A is #8BCAE5. Grayscale: #444444. Windows color (decimal): -9161446 or 1717620. OLE color: 1717620.

HSL color Cylindrical-coordinate representation of color #74351A: hue angle of 18º 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 #74351A is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 53 26 -
CMYK 0 0.54 0.78 0.55
HSL 18º 0.63% 0.28% -
HSV(B) 18º 0.78% 0.45% -
XYZ 8.66 6.33 1.74 -
YUV 68.76 103.87 161.7 -
System Red Green Blue C M Y K H S L
Decimal 116 53 26 0 0.54 0.78 0.55 18 0.63 0.28
Hex 74 35 1A 0 36 4E 37 12 3F 1C
Octal 164 65 32 0 66 116 67 22 77 34
Binary 1110100 110101 11010 0 110110 1001110 110111 10010 111111 11100

Color Harmonies of #74351A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74351A

Black with #74351A

Text Example


Text Example

White with #74351A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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