Html Css Color HEX #733005 Peru Tan

📋 copy color: '#733005'

red 115 ◦ green 48 ◦ blue 5

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

Shades of Peru Tan #733005

Tints of Peru Tan #733005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.98%

R = 68.45%
G = 28.57%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#733005 (or 0x733005) is known color: Peru Tan. HEX triplet: 73, 30 and 05. RGB value is (115,48,5). Sum of RGB (Red+Green+Blue) = 115+48+5=168 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.45% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 115 - color contains mainly: red. Hex color #733005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733005 is #8CCFFA. Grayscale: #3F3F3F. Windows color (decimal): -9228283 or 340083. OLE color: 340083.

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

Color convert

RGB 115 48 5 -
CMYK 0 0.58 0.96 0.55
HSL 23.45º 0.92% 0.24% -
HSV(B) 23.45º 0.96% 0.45% -
XYZ 8.15 5.77 0.83 -
YUV 63.13 95.2 165 -
System Red Green Blue C M Y K H S L
Decimal 115 48 5 0 0.58 0.96 0.55 23.45 0.92 0.24
Hex 73 30 5 0 3A 60 37 17 5C 18
Octal 163 60 5 0 72 140 67 27 134 30
Binary 1110011 110000 101 0 111010 1100000 110111 10111 1011100 11000

Color Harmonies of #733005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733005

Black with #733005

Text Example


Text Example

White with #733005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733005; }

 p { color: rgb(115,48,5); }

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

background-color css

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

 a { background-color: rgb(115,48,5); }

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

border-color css

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

 span { border-color: rgb(115,48,5); }

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