Html Css Color HEX #74411F Peru Tan

📋 copy color: '#74411F'

red 116 ◦ green 65 ◦ blue 31

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

Shades of Peru Tan #74411F

Tints of Peru Tan #74411F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.66%

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

R = 54.72%
G = 30.66%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#74411F (or 0x74411F) is known color: Peru Tan. HEX triplet: 74, 41 and 1F. RGB value is (116,65,31). Sum of RGB (Red+Green+Blue) = 116+65+31=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #74411F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74411F is #8BBEE0. Grayscale: #4C4C4C. Windows color (decimal): -9158369 or 2048372. OLE color: 2048372.

HSL color Cylindrical-coordinate representation of color #74411F: hue angle of 24º 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 #74411F is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 65 31 -
CMYK 0 0.44 0.73 0.55
HSL 24º 0.58% 0.29% -
HSV(B) 24º 0.73% 0.45% -
XYZ 9.34 7.59 2.27 -
YUV 76.37 102.4 156.26 -
System Red Green Blue C M Y K H S L
Decimal 116 65 31 0 0.44 0.73 0.55 24 0.58 0.29
Hex 74 41 1F 0 2C 49 37 18 3A 1D
Octal 164 101 37 0 54 111 67 30 72 35
Binary 1110100 1000001 11111 0 101100 1001001 110111 11000 111010 11101

Color Harmonies of #74411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74411F

Black with #74411F

Text Example


Text Example

White with #74411F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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