Html Css Color HEX #72421D Peru Tan

📋 copy color: '#72421D'

red 114 ◦ green 66 ◦ blue 29

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

Shades of Peru Tan #72421D

Tints of Peru Tan #72421D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.88%

R = 54.55%
G = 31.58%
B = 13.88%

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

#72421D (or 0x72421D) is known color: Peru Tan. HEX triplet: 72, 42 and 1D. RGB value is (114,66,29). Sum of RGB (Red+Green+Blue) = 114+66+29=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #72421D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72421D is #8DBDE2. Grayscale: #4C4C4C. Windows color (decimal): -9289187 or 1917554. OLE color: 1917554.

HSL color Cylindrical-coordinate representation of color #72421D: hue angle of 26.12º degrees, saturation: 0.59, 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 #72421D is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 66 29 -
CMYK 0 0.42 0.75 0.55
HSL 26.12º 0.59% 0.28% -
HSV(B) 26.12º 0.75% 0.45% -
XYZ 9.11 7.56 2.14 -
YUV 76.13 101.4 155.01 -
System Red Green Blue C M Y K H S L
Decimal 114 66 29 0 0.42 0.75 0.55 26.12 0.59 0.28
Hex 72 42 1D 0 2A 4B 37 1A 3B 1C
Octal 162 102 35 0 52 113 67 32 73 34
Binary 1110010 1000010 11101 0 101010 1001011 110111 11010 111011 11100

Color Harmonies of #72421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72421D

Black with #72421D

Text Example


Text Example

White with #72421D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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