Html Css Color HEX #72320C Peru Tan

📋 copy color: '#72320C'

red 114 ◦ green 50 ◦ blue 12

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

Shades of Peru Tan #72320C

Tints of Peru Tan #72320C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.82%

R = 64.77%
G = 28.41%
B = 6.82%

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

#72320C (or 0x72320C) is known color: Peru Tan. HEX triplet: 72, 32 and 0C. RGB value is (114,50,12). Sum of RGB (Red+Green+Blue) = 114+50+12=176 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.77% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 114 - color contains mainly: red. Hex color #72320C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72320C is #8DCDF3. Grayscale: #414141. Windows color (decimal): -9293300 or 799346. OLE color: 799346.

HSL color Cylindrical-coordinate representation of color #72320C: hue angle of 22.35º degrees, saturation: 0.81, 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 #72320C is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 50 12 -
CMYK 0 0.56 0.89 0.55
HSL 22.35º 0.81% 0.25% -
HSV(B) 22.35º 0.89% 0.45% -
XYZ 8.15 5.89 1.05 -
YUV 64.8 98.2 163.09 -
System Red Green Blue C M Y K H S L
Decimal 114 50 12 0 0.56 0.89 0.55 22.35 0.81 0.25
Hex 72 32 C 0 38 59 37 16 51 19
Octal 162 62 14 0 70 131 67 26 121 31
Binary 1110010 110010 1100 0 111000 1011001 110111 10110 1010001 11001

Color Harmonies of #72320C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72320C

Black with #72320C

Text Example


Text Example

White with #72320C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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