Html Css Color HEX #733506 Peru Tan

📋 copy color: '#733506'

red 115 ◦ green 53 ◦ blue 6

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

Shades of Peru Tan #733506

Tints of Peru Tan #733506

RGB

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

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

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

R = 66.09%
G = 30.46%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#733506 (or 0x733506) is known color: Peru Tan. HEX triplet: 73, 35 and 06. RGB value is (115,53,6). Sum of RGB (Red+Green+Blue) = 115+53+6=174 (23% of max value = 765). Red value is 115 (45.31% from 255 or 66.09% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 6 (2.73% from 255 or 3.45% from 174); Max value from RGB is 115 - color contains mainly: red. Hex color #733506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733506 is #8CCAF9. Grayscale: #424242. Windows color (decimal): -9227002 or 406899. OLE color: 406899.

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

Color convert

RGB 115 53 6 -
CMYK 0 0.54 0.95 0.55
HSL 25.87º 0.9% 0.24% -
HSV(B) 25.87º 0.95% 0.45% -
XYZ 8.38 6.2 0.93 -
YUV 66.18 94.04 162.82 -
System Red Green Blue C M Y K H S L
Decimal 115 53 6 0 0.54 0.95 0.55 25.87 0.9 0.24
Hex 73 35 6 0 36 5F 37 1A 5A 18
Octal 163 65 6 0 66 137 67 32 132 30
Binary 1110011 110101 110 0 110110 1011111 110111 11010 1011010 11000

Color Harmonies of #733506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733506

Black with #733506

Text Example


Text Example

White with #733506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733506; }

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

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

background-color css

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

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

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

border-color css

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

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

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