Html Css Color HEX #723306 Peru Tan

📋 copy color: '#723306'

red 114 ◦ green 51 ◦ blue 6

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

Shades of Peru Tan #723306

Tints of Peru Tan #723306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.51%

R = 66.67%
G = 29.82%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#723306 (or 0x723306) is known color: Peru Tan. HEX triplet: 72, 33 and 06. RGB value is (114,51,6). Sum of RGB (Red+Green+Blue) = 114+51+6=171 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.67% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 114 - color contains mainly: red. Hex color #723306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723306 is #8DCCF9. Grayscale: #404040. Windows color (decimal): -9293050 or 406386. OLE color: 406386.

HSL color Cylindrical-coordinate representation of color #723306: hue angle of 25º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #723306 is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 51 6 -
CMYK 0 0.55 0.95 0.55
HSL 25º 0.9% 0.24% -
HSV(B) 25º 0.95% 0.45% -
XYZ 8.16 5.96 0.89 -
YUV 64.71 94.87 163.16 -
System Red Green Blue C M Y K H S L
Decimal 114 51 6 0 0.55 0.95 0.55 25 0.9 0.24
Hex 72 33 6 0 37 5F 37 19 5A 18
Octal 162 63 6 0 67 137 67 31 132 30
Binary 1110010 110011 110 0 110111 1011111 110111 11001 1011010 11000

Color Harmonies of #723306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723306

Black with #723306

Text Example


Text Example

White with #723306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723306; }

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

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

background-color css

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

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

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

border-color css

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

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

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