Html Css Color HEX #723318 Peru Tan

📋 copy color: '#723318'

red 114 ◦ green 51 ◦ blue 24

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

Shades of Peru Tan #723318

Tints of Peru Tan #723318

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.98%

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

R = 60.32%
G = 26.98%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#723318 (or 0x723318) is known color: Peru Tan. HEX triplet: 72, 33 and 18. RGB value is (114,51,24). Sum of RGB (Red+Green+Blue) = 114+51+24=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #723318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723318 is #8DCCE7. Grayscale: #424242. Windows color (decimal): -9293032 or 1586034. OLE color: 1586034.

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

Color convert

RGB 114 51 24 -
CMYK 0 0.55 0.79 0.55
HSL 18º 0.65% 0.27% -
HSV(B) 18º 0.79% 0.45% -
XYZ 8.29 6.01 1.59 -
YUV 66.76 103.87 161.7 -
System Red Green Blue C M Y K H S L
Decimal 114 51 24 0 0.55 0.79 0.55 18 0.65 0.27
Hex 72 33 18 0 37 4F 37 12 41 1B
Octal 162 63 30 0 67 117 67 22 101 33
Binary 1110010 110011 11000 0 110111 1001111 110111 10010 1000001 11011

Color Harmonies of #723318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723318

Black with #723318

Text Example


Text Example

White with #723318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723318; }

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

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

background-color css

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

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

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

border-color css

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

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

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