Html Css Color HEX #72290C Peru Tan

📋 copy color: '#72290C'

red 114 ◦ green 41 ◦ blue 12

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

Shades of Peru Tan #72290C

Tints of Peru Tan #72290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.55%

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

R = 68.26%
G = 24.55%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#72290C (or 0x72290C) is known color: Peru Tan. HEX triplet: 72, 29 and 0C. RGB value is (114,41,12). Sum of RGB (Red+Green+Blue) = 114+41+12=167 (22% of max value = 765). Red value is 114 (44.92% from 255 or 68.26% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 114 - color contains mainly: red. Hex color #72290C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72290C is #8DD6F3. Grayscale: #3B3B3B. Windows color (decimal): -9295604 or 797042. OLE color: 797042.

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

Color convert

RGB 114 41 12 -
CMYK 0 0.64 0.89 0.55
HSL 17.06º 0.81% 0.25% -
HSV(B) 17.06º 0.89% 0.45% -
XYZ 7.8 5.19 0.94 -
YUV 59.52 101.18 166.86 -
System Red Green Blue C M Y K H S L
Decimal 114 41 12 0 0.64 0.89 0.55 17.06 0.81 0.25
Hex 72 29 C 0 40 59 37 11 51 19
Octal 162 51 14 0 100 131 67 21 121 31
Binary 1110010 101001 1100 0 1000000 1011001 110111 10001 1010001 11001

Color Harmonies of #72290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72290C

Black with #72290C

Text Example


Text Example

White with #72290C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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