Html Css Color HEX #72421C Peru Tan

📋 copy color: '#72421C'

red 114 ◦ green 66 ◦ blue 28

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

Shades of Peru Tan #72421C

Tints of Peru Tan #72421C

RGB

 RED value IS 114 (44.92% from 255) = 54.81%

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

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

R = 54.81%
G = 31.73%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72421C (or 0x72421C) is known color: Peru Tan. HEX triplet: 72, 42 and 1C. RGB value is (114,66,28). Sum of RGB (Red+Green+Blue) = 114+66+28=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #72421C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72421C is #8DBDE3. Grayscale: #4C4C4C. Windows color (decimal): -9289188 or 1852018. OLE color: 1852018.

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

Color convert

RGB 114 66 28 -
CMYK 0 0.42 0.75 0.55
HSL 26.51º 0.61% 0.28% -
HSV(B) 26.51º 0.75% 0.45% -
XYZ 9.1 7.56 2.08 -
YUV 76.02 100.9 155.09 -
System Red Green Blue C M Y K H S L
Decimal 114 66 28 0 0.42 0.75 0.55 26.51 0.61 0.28
Hex 72 42 1C 0 2A 4B 37 1B 3D 1C
Octal 162 102 34 0 52 113 67 33 75 34
Binary 1110010 1000010 11100 0 101010 1001011 110111 11011 111101 11100

Color Harmonies of #72421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72421C

Black with #72421C

Text Example


Text Example

White with #72421C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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