Html Css Color HEX #74341B Peru Tan

📋 copy color: '#74341B'

red 116 ◦ green 52 ◦ blue 27

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

Shades of Peru Tan #74341B

Tints of Peru Tan #74341B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.85%

R = 59.49%
G = 26.67%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#74341B (or 0x74341B) is known color: Peru Tan. HEX triplet: 74, 34 and 1B. RGB value is (116,52,27). Sum of RGB (Red+Green+Blue) = 116+52+27=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #74341B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74341B is #8BCBE4. Grayscale: #444444. Windows color (decimal): -9161701 or 1782900. OLE color: 1782900.

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

Color convert

RGB 116 52 27 -
CMYK 0 0.55 0.77 0.55
HSL 16.85º 0.62% 0.28% -
HSV(B) 16.85º 0.77% 0.45% -
XYZ 8.63 6.25 1.79 -
YUV 68.29 104.7 162.03 -
System Red Green Blue C M Y K H S L
Decimal 116 52 27 0 0.55 0.77 0.55 16.85 0.62 0.28
Hex 74 34 1B 0 37 4D 37 11 3E 1C
Octal 164 64 33 0 67 115 67 21 76 34
Binary 1110100 110100 11011 0 110111 1001101 110111 10001 111110 11100

Color Harmonies of #74341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74341B

Black with #74341B

Text Example


Text Example

White with #74341B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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