Html Css Color HEX #72341B Peru Tan

📋 copy color: '#72341B'

red 114 ◦ green 52 ◦ blue 27

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

Shades of Peru Tan #72341B

Tints of Peru Tan #72341B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.94%

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

R = 59.07%
G = 26.94%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#72341B (or 0x72341B) is known color: Peru Tan. HEX triplet: 72, 34 and 1B. RGB value is (114,52,27). Sum of RGB (Red+Green+Blue) = 114+52+27=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #72341B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72341B is #8DCBE4. Grayscale: #434343. Windows color (decimal): -9292773 or 1782898. OLE color: 1782898.

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

Color convert

RGB 114 52 27 -
CMYK 0 0.54 0.76 0.55
HSL 17.24º 0.62% 0.28% -
HSV(B) 17.24º 0.76% 0.45% -
XYZ 8.37 6.11 1.78 -
YUV 67.69 105.04 161.03 -
System Red Green Blue C M Y K H S L
Decimal 114 52 27 0 0.54 0.76 0.55 17.24 0.62 0.28
Hex 72 34 1B 0 36 4C 37 11 3E 1C
Octal 162 64 33 0 66 114 67 21 76 34
Binary 1110010 110100 11011 0 110110 1001100 110111 10001 111110 11100

Color Harmonies of #72341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72341B

Black with #72341B

Text Example


Text Example

White with #72341B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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