Html Css Color HEX #723308 Peru Tan

📋 copy color: '#723308'

red 114 ◦ green 51 ◦ blue 8

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

Shades of Peru Tan #723308

Tints of Peru Tan #723308

RGB

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

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

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

R = 65.9%
G = 29.48%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#723308 (or 0x723308) is known color: Peru Tan. HEX triplet: 72, 33 and 08. RGB value is (114,51,8). Sum of RGB (Red+Green+Blue) = 114+51+8=173 (22% of max value = 765). Red value is 114 (44.92% from 255 or 65.90% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 114 - color contains mainly: red. Hex color #723308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723308 is #8DCCF7. Grayscale: #414141. Windows color (decimal): -9293048 or 537458. OLE color: 537458.

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

Color convert

RGB 114 51 8 -
CMYK 0 0.55 0.93 0.55
HSL 24.34º 0.87% 0.24% -
HSV(B) 24.34º 0.93% 0.45% -
XYZ 8.17 5.96 0.95 -
YUV 64.94 95.87 163 -
System Red Green Blue C M Y K H S L
Decimal 114 51 8 0 0.55 0.93 0.55 24.34 0.87 0.24
Hex 72 33 8 0 37 5D 37 18 57 18
Octal 162 63 10 0 67 135 67 30 127 30
Binary 1110010 110011 1000 0 110111 1011101 110111 11000 1010111 11000

Color Harmonies of #723308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723308

Black with #723308

Text Example


Text Example

White with #723308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723308; }

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

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

background-color css

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

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

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

border-color css

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

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

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