Html Css Color HEX #72401D Peru Tan

📋 copy color: '#72401D'

red 114 ◦ green 64 ◦ blue 29

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

Shades of Peru Tan #72401D

Tints of Peru Tan #72401D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.92%

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

R = 55.07%
G = 30.92%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72401D (or 0x72401D) is known color: Peru Tan. HEX triplet: 72, 40 and 1D. RGB value is (114,64,29). Sum of RGB (Red+Green+Blue) = 114+64+29=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #72401D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72401D is #8DBFE2. Grayscale: #4B4B4B. Windows color (decimal): -9289699 or 1917042. OLE color: 1917042.

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

Color convert

RGB 114 64 29 -
CMYK 0 0.44 0.75 0.55
HSL 24.71º 0.59% 0.28% -
HSV(B) 24.71º 0.75% 0.45% -
XYZ 8.99 7.33 2.1 -
YUV 74.96 102.07 155.85 -
System Red Green Blue C M Y K H S L
Decimal 114 64 29 0 0.44 0.75 0.55 24.71 0.59 0.28
Hex 72 40 1D 0 2C 4B 37 19 3B 1C
Octal 162 100 35 0 54 113 67 31 73 34
Binary 1110010 1000000 11101 0 101100 1001011 110111 11001 111011 11100

Color Harmonies of #72401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72401D

Black with #72401D

Text Example


Text Example

White with #72401D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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