Html Css Color HEX #74391F Peru Tan

📋 copy color: '#74391F'

red 116 ◦ green 57 ◦ blue 31

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

Shades of Peru Tan #74391F

Tints of Peru Tan #74391F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.94%

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

R = 56.86%
G = 27.94%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#74391F (or 0x74391F) is known color: Peru Tan. HEX triplet: 74, 39 and 1F. RGB value is (116,57,31). Sum of RGB (Red+Green+Blue) = 116+57+31=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #74391F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74391F is #8BC6E0. Grayscale: #474747. Windows color (decimal): -9160417 or 2046324. OLE color: 2046324.

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

Color convert

RGB 116 57 31 -
CMYK 0 0.51 0.73 0.55
HSL 18.35º 0.58% 0.29% -
HSV(B) 18.35º 0.73% 0.45% -
XYZ 8.91 6.74 2.13 -
YUV 71.68 105.05 159.61 -
System Red Green Blue C M Y K H S L
Decimal 116 57 31 0 0.51 0.73 0.55 18.35 0.58 0.29
Hex 74 39 1F 0 33 49 37 12 3A 1D
Octal 164 71 37 0 63 111 67 22 72 35
Binary 1110100 111001 11111 0 110011 1001001 110111 10010 111010 11101

Color Harmonies of #74391F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74391F

Black with #74391F

Text Example


Text Example

White with #74391F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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