Html Css Color HEX #72321A Peru Tan

📋 copy color: '#72321A'

red 114 ◦ green 50 ◦ blue 26

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

Shades of Peru Tan #72321A

Tints of Peru Tan #72321A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.32%

 BLUE value IS 26 (10.55% from 255) = 13.68%

R = 60%
G = 26.32%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#72321A (or 0x72321A) is known color: Peru Tan. HEX triplet: 72, 32 and 1A. RGB value is (114,50,26). Sum of RGB (Red+Green+Blue) = 114+50+26=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #72321A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72321A is #8DCDE5. Grayscale: #424242. Windows color (decimal): -9293286 or 1716850. OLE color: 1716850.

HSL color Cylindrical-coordinate representation of color #72321A: hue angle of 16.36º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72321A is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 50 26 -
CMYK 0 0.56 0.77 0.55
HSL 16.36º 0.63% 0.27% -
HSV(B) 16.36º 0.77% 0.45% -
XYZ 8.27 5.93 1.69 -
YUV 66.4 105.2 161.95 -
System Red Green Blue C M Y K H S L
Decimal 114 50 26 0 0.56 0.77 0.55 16.36 0.63 0.27
Hex 72 32 1A 0 38 4D 37 10 3F 1B
Octal 162 62 32 0 70 115 67 20 77 33
Binary 1110010 110010 11010 0 111000 1001101 110111 10000 111111 11011

Color Harmonies of #72321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72321A

Black with #72321A

Text Example


Text Example

White with #72321A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72321A; }

 p { color: rgb(114,50,26); }

 H1.HeaderClassName
 {
   color: #72321A;
 }
 .AnyTagClassName
 {
   color: #72321A;
 }
</style>

background-color css

<style>
 a { background-color: #72321A; }

 a { background-color: rgb(114,50,26); }

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

border-color css

<style>
 span { border-color: #72321A; }

 span { border-color: rgb(114,50,26); }

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