Html Css Color HEX #74371F Peru Tan

📋 copy color: '#74371F'

red 116 ◦ green 55 ◦ blue 31

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

Shades of Peru Tan #74371F

Tints of Peru Tan #74371F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.35%

R = 57.43%
G = 27.23%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#74371F (or 0x74371F) is known color: Peru Tan. HEX triplet: 74, 37 and 1F. RGB value is (116,55,31). Sum of RGB (Red+Green+Blue) = 116+55+31=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #74371F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74371F is #8BC8E0. Grayscale: #464646. Windows color (decimal): -9160929 or 2045812. OLE color: 2045812.

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

Color convert

RGB 116 55 31 -
CMYK 0 0.53 0.73 0.55
HSL 16.94º 0.58% 0.29% -
HSV(B) 16.94º 0.73% 0.45% -
XYZ 8.82 6.54 2.09 -
YUV 70.5 105.71 160.45 -
System Red Green Blue C M Y K H S L
Decimal 116 55 31 0 0.53 0.73 0.55 16.94 0.58 0.29
Hex 74 37 1F 0 35 49 37 11 3A 1D
Octal 164 67 37 0 65 111 67 21 72 35
Binary 1110100 110111 11111 0 110101 1001001 110111 10001 111010 11101

Color Harmonies of #74371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74371F

Black with #74371F

Text Example


Text Example

White with #74371F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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