Html Css Color HEX #72401B Peru Tan

📋 copy color: '#72401B'

red 114 ◦ green 64 ◦ blue 27

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

Shades of Peru Tan #72401B

Tints of Peru Tan #72401B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.17%

R = 55.61%
G = 31.22%
B = 13.17%

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

#72401B (or 0x72401B) is known color: Peru Tan. HEX triplet: 72, 40 and 1B. RGB value is (114,64,27). Sum of RGB (Red+Green+Blue) = 114+64+27=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #72401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72401B is #8DBFE4. Grayscale: #4A4A4A. Windows color (decimal): -9289701 or 1785970. OLE color: 1785970.

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

Color convert

RGB 114 64 27 -
CMYK 0 0.44 0.76 0.55
HSL 25.52º 0.62% 0.28% -
HSV(B) 25.52º 0.76% 0.45% -
XYZ 8.97 7.32 1.98 -
YUV 74.73 101.07 156.01 -
System Red Green Blue C M Y K H S L
Decimal 114 64 27 0 0.44 0.76 0.55 25.52 0.62 0.28
Hex 72 40 1B 0 2C 4C 37 1A 3E 1C
Octal 162 100 33 0 54 114 67 32 76 34
Binary 1110010 1000000 11011 0 101100 1001100 110111 11010 111110 11100

Color Harmonies of #72401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72401B

Black with #72401B

Text Example


Text Example

White with #72401B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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