Html Css Color HEX #74411C Peru Tan

📋 copy color: '#74411C'

red 116 ◦ green 65 ◦ blue 28

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

Shades of Peru Tan #74411C

Tints of Peru Tan #74411C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.4%

R = 55.5%
G = 31.1%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#74411C (or 0x74411C) is known color: Peru Tan. HEX triplet: 74, 41 and 1C. RGB value is (116,65,28). Sum of RGB (Red+Green+Blue) = 116+65+28=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #74411C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74411C is #8BBEE3. Grayscale: #4C4C4C. Windows color (decimal): -9158372 or 1851764. OLE color: 1851764.

HSL color Cylindrical-coordinate representation of color #74411C: hue angle of 25.23º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74411C is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 65 28 -
CMYK 0 0.44 0.76 0.55
HSL 25.23º 0.61% 0.28% -
HSV(B) 25.23º 0.76% 0.45% -
XYZ 9.3 7.58 2.07 -
YUV 76.03 100.9 156.51 -
System Red Green Blue C M Y K H S L
Decimal 116 65 28 0 0.44 0.76 0.55 25.23 0.61 0.28
Hex 74 41 1C 0 2C 4C 37 19 3D 1C
Octal 164 101 34 0 54 114 67 31 75 34
Binary 1110100 1000001 11100 0 101100 1001100 110111 11001 111101 11100

Color Harmonies of #74411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74411C

Black with #74411C

Text Example


Text Example

White with #74411C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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