Html Css Color HEX #733510 Peru Tan

📋 copy color: '#733510'

red 115 ◦ green 53 ◦ blue 16

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

Shades of Peru Tan #733510

Tints of Peru Tan #733510

RGB

 RED value IS 115 (45.31% from 255) = 62.5%

 GREEN value IS 53 (21.09% from 255) = 28.8%

 BLUE value IS 16 (6.64% from 255) = 8.7%

R = 62.5%
G = 28.8%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#733510 (or 0x733510) is known color: Peru Tan. HEX triplet: 73, 35 and 10. RGB value is (115,53,16). Sum of RGB (Red+Green+Blue) = 115+53+16=184 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.5% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 115 - color contains mainly: red. Hex color #733510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733510 is #8CCAEF. Grayscale: #434343. Windows color (decimal): -9226992 or 1062259. OLE color: 1062259.

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

Color convert

RGB 115 53 16 -
CMYK 0 0.54 0.86 0.55
HSL 22.42º 0.76% 0.26% -
HSV(B) 22.42º 0.86% 0.45% -
XYZ 8.44 6.23 1.25 -
YUV 67.32 99.04 162.01 -
System Red Green Blue C M Y K H S L
Decimal 115 53 16 0 0.54 0.86 0.55 22.42 0.76 0.26
Hex 73 35 10 0 36 56 37 16 4C 1A
Octal 163 65 20 0 66 126 67 26 114 32
Binary 1110011 110101 10000 0 110110 1010110 110111 10110 1001100 11010

Color Harmonies of #733510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733510

Black with #733510

Text Example


Text Example

White with #733510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733510; }

 p { color: rgb(115,53,16); }

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

background-color css

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

 a { background-color: rgb(115,53,16); }

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

border-color css

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

 span { border-color: rgb(115,53,16); }

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