Html Css Color HEX #72320D Peru Tan

📋 copy color: '#72320D'

red 114 ◦ green 50 ◦ blue 13

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

Shades of Peru Tan #72320D

Tints of Peru Tan #72320D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.34%

R = 64.41%
G = 28.25%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#72320D (or 0x72320D) is known color: Peru Tan. HEX triplet: 72, 32 and 0D. RGB value is (114,50,13). Sum of RGB (Red+Green+Blue) = 114+50+13=177 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.41% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 114 - color contains mainly: red. Hex color #72320D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72320D is #8DCDF2. Grayscale: #414141. Windows color (decimal): -9293299 or 864882. OLE color: 864882.

HSL color Cylindrical-coordinate representation of color #72320D: hue angle of 21.98º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72320D is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 50 13 -
CMYK 0 0.56 0.89 0.55
HSL 21.98º 0.8% 0.25% -
HSV(B) 21.98º 0.89% 0.45% -
XYZ 8.15 5.89 1.09 -
YUV 64.92 98.7 163.01 -
System Red Green Blue C M Y K H S L
Decimal 114 50 13 0 0.56 0.89 0.55 21.98 0.8 0.25
Hex 72 32 D 0 38 59 37 16 50 19
Octal 162 62 15 0 70 131 67 26 120 31
Binary 1110010 110010 1101 0 111000 1011001 110111 10110 1010000 11001

Color Harmonies of #72320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72320D

Black with #72320D

Text Example


Text Example

White with #72320D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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