Html Css Color HEX #723418 Peru Tan

📋 copy color: '#723418'

red 114 ◦ green 52 ◦ blue 24

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

Shades of Peru Tan #723418

Tints of Peru Tan #723418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.63%

R = 60%
G = 27.37%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#723418 (or 0x723418) is known color: Peru Tan. HEX triplet: 72, 34 and 18. RGB value is (114,52,24). Sum of RGB (Red+Green+Blue) = 114+52+24=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #723418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723418 is #8DCBE7. Grayscale: #434343. Windows color (decimal): -9292776 or 1586290. OLE color: 1586290.

HSL color Cylindrical-coordinate representation of color #723418: hue angle of 18.67º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #723418 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 52 24 -
CMYK 0 0.54 0.79 0.55
HSL 18.67º 0.65% 0.27% -
HSV(B) 18.67º 0.79% 0.45% -
XYZ 8.33 6.1 1.6 -
YUV 67.35 103.54 161.28 -
System Red Green Blue C M Y K H S L
Decimal 114 52 24 0 0.54 0.79 0.55 18.67 0.65 0.27
Hex 72 34 18 0 36 4F 37 13 41 1B
Octal 162 64 30 0 66 117 67 23 101 33
Binary 1110010 110100 11000 0 110110 1001111 110111 10011 1000001 11011

Color Harmonies of #723418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723418

Black with #723418

Text Example


Text Example

White with #723418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723418; }

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

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

background-color css

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

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

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

border-color css

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

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

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