Html Css Color HEX #72340C Peru Tan

📋 copy color: '#72340C'

red 114 ◦ green 52 ◦ blue 12

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

Shades of Peru Tan #72340C

Tints of Peru Tan #72340C

RGB

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

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

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

R = 64.04%
G = 29.21%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#72340C (or 0x72340C) is known color: Peru Tan. HEX triplet: 72, 34 and 0C. RGB value is (114,52,12). Sum of RGB (Red+Green+Blue) = 114+52+12=178 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.04% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 114 - color contains mainly: red. Hex color #72340C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72340C is #8DCBF3. Grayscale: #424242. Windows color (decimal): -9292788 or 799858. OLE color: 799858.

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

Color convert

RGB 114 52 12 -
CMYK 0 0.54 0.89 0.55
HSL 23.53º 0.81% 0.25% -
HSV(B) 23.53º 0.89% 0.45% -
XYZ 8.23 6.06 1.08 -
YUV 65.98 97.54 162.25 -
System Red Green Blue C M Y K H S L
Decimal 114 52 12 0 0.54 0.89 0.55 23.53 0.81 0.25
Hex 72 34 C 0 36 59 37 18 51 19
Octal 162 64 14 0 66 131 67 30 121 31
Binary 1110010 110100 1100 0 110110 1011001 110111 11000 1010001 11001

Color Harmonies of #72340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72340C

Black with #72340C

Text Example


Text Example

White with #72340C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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