Html Css Color HEX #74421C Peru Tan

📋 copy color: '#74421C'

red 116 ◦ green 66 ◦ blue 28

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

Shades of Peru Tan #74421C

Tints of Peru Tan #74421C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.43%

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

R = 55.24%
G = 31.43%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#74421C (or 0x74421C) is known color: Peru Tan. HEX triplet: 74, 42 and 1C. RGB value is (116,66,28). Sum of RGB (Red+Green+Blue) = 116+66+28=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #74421C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74421C is #8BBDE3. Grayscale: #4C4C4C. Windows color (decimal): -9158116 or 1852020. OLE color: 1852020.

HSL color Cylindrical-coordinate representation of color #74421C: hue angle of 25.91º 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 #74421C is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 66 28 -
CMYK 0 0.43 0.76 0.55
HSL 25.91º 0.61% 0.28% -
HSV(B) 25.91º 0.76% 0.45% -
XYZ 9.36 7.69 2.09 -
YUV 76.62 100.57 156.09 -
System Red Green Blue C M Y K H S L
Decimal 116 66 28 0 0.43 0.76 0.55 25.91 0.61 0.28
Hex 74 42 1C 0 2B 4C 37 1A 3D 1C
Octal 164 102 34 0 53 114 67 32 75 34
Binary 1110100 1000010 11100 0 101011 1001100 110111 11010 111101 11100

Color Harmonies of #74421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74421C

Black with #74421C

Text Example


Text Example

White with #74421C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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