Html Css Color HEX #723008 Peru Tan

📋 copy color: '#723008'

red 114 ◦ green 48 ◦ blue 8

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

Shades of Peru Tan #723008

Tints of Peru Tan #723008

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.24%

 BLUE value IS 8 (3.52% from 255) = 4.71%

R = 67.06%
G = 28.24%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#723008 (or 0x723008) is known color: Peru Tan. HEX triplet: 72, 30 and 08. RGB value is (114,48,8). Sum of RGB (Red+Green+Blue) = 114+48+8=170 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.06% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 114 - color contains mainly: red. Hex color #723008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723008 is #8DCFF7. Grayscale: #3F3F3F. Windows color (decimal): -9293816 or 536690. OLE color: 536690.

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

Color convert

RGB 114 48 8 -
CMYK 0 0.58 0.93 0.55
HSL 22.64º 0.87% 0.24% -
HSV(B) 22.64º 0.93% 0.45% -
XYZ 8.04 5.71 0.91 -
YUV 63.17 96.87 164.25 -
System Red Green Blue C M Y K H S L
Decimal 114 48 8 0 0.58 0.93 0.55 22.64 0.87 0.24
Hex 72 30 8 0 3A 5D 37 17 57 18
Octal 162 60 10 0 72 135 67 27 127 30
Binary 1110010 110000 1000 0 111010 1011101 110111 10111 1010111 11000

Color Harmonies of #723008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723008

Black with #723008

Text Example


Text Example

White with #723008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723008; }

 p { color: rgb(114,48,8); }

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

background-color css

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

 a { background-color: rgb(114,48,8); }

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

border-color css

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

 span { border-color: rgb(114,48,8); }

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