Html Css Color HEX #72411B Peru Tan

📋 copy color: '#72411B'

red 114 ◦ green 65 ◦ blue 27

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

Shades of Peru Tan #72411B

Tints of Peru Tan #72411B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.55%

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

R = 55.34%
G = 31.55%
B = 13.11%

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

#72411B (or 0x72411B) is known color: Peru Tan. HEX triplet: 72, 41 and 1B. RGB value is (114,65,27). Sum of RGB (Red+Green+Blue) = 114+65+27=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #72411B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72411B is #8DBEE4. Grayscale: #4B4B4B. Windows color (decimal): -9289445 or 1786226. OLE color: 1786226.

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

Color convert

RGB 114 65 27 -
CMYK 0 0.43 0.76 0.55
HSL 26.21º 0.62% 0.28% -
HSV(B) 26.21º 0.76% 0.45% -
XYZ 9.03 7.44 2 -
YUV 75.32 100.73 155.59 -
System Red Green Blue C M Y K H S L
Decimal 114 65 27 0 0.43 0.76 0.55 26.21 0.62 0.28
Hex 72 41 1B 0 2B 4C 37 1A 3E 1C
Octal 162 101 33 0 53 114 67 32 76 34
Binary 1110010 1000001 11011 0 101011 1001100 110111 11010 111110 11100

Color Harmonies of #72411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72411B

Black with #72411B

Text Example


Text Example

White with #72411B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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