Html Css Color HEX #74371D Peru Tan

📋 copy color: '#74371D'

red 116 ◦ green 55 ◦ blue 29

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

Shades of Peru Tan #74371D

Tints of Peru Tan #74371D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.5%

 BLUE value IS 29 (11.72% from 255) = 14.5%

R = 58%
G = 27.5%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#74371D (or 0x74371D) is known color: Peru Tan. HEX triplet: 74, 37 and 1D. RGB value is (116,55,29). Sum of RGB (Red+Green+Blue) = 116+55+29=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #74371D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74371D is #8BC8E2. Grayscale: #464646. Windows color (decimal): -9160931 or 1914740. OLE color: 1914740.

HSL color Cylindrical-coordinate representation of color #74371D: hue angle of 17.93º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74371D is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 55 29 -
CMYK 0 0.53 0.75 0.55
HSL 17.93º 0.6% 0.28% -
HSV(B) 17.93º 0.75% 0.45% -
XYZ 8.79 6.53 1.96 -
YUV 70.28 104.71 160.61 -
System Red Green Blue C M Y K H S L
Decimal 116 55 29 0 0.53 0.75 0.55 17.93 0.6 0.28
Hex 74 37 1D 0 35 4B 37 12 3C 1C
Octal 164 67 35 0 65 113 67 22 74 34
Binary 1110100 110111 11101 0 110101 1001011 110111 10010 111100 11100

Color Harmonies of #74371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74371D

Black with #74371D

Text Example


Text Example

White with #74371D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,55,29); }

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

background-color css

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

 a { background-color: rgb(116,55,29); }

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

border-color css

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

 span { border-color: rgb(116,55,29); }

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