Html Css Color HEX #733015 Peru Tan

📋 copy color: '#733015'

red 115 ◦ green 48 ◦ blue 21

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

Shades of Peru Tan #733015

Tints of Peru Tan #733015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.41%

R = 62.5%
G = 26.09%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#733015 (or 0x733015) is known color: Peru Tan. HEX triplet: 73, 30 and 15. RGB value is (115,48,21). Sum of RGB (Red+Green+Blue) = 115+48+21=184 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.5% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 115 - color contains mainly: red. Hex color #733015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733015 is #8CCFEA. Grayscale: #414141. Windows color (decimal): -9228267 or 1388659. OLE color: 1388659.

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

Color convert

RGB 115 48 21 -
CMYK 0 0.58 0.82 0.55
HSL 17.23º 0.69% 0.27% -
HSV(B) 17.23º 0.82% 0.45% -
XYZ 8.26 5.81 1.4 -
YUV 64.96 103.2 163.7 -
System Red Green Blue C M Y K H S L
Decimal 115 48 21 0 0.58 0.82 0.55 17.23 0.69 0.27
Hex 73 30 15 0 3A 52 37 11 45 1B
Octal 163 60 25 0 72 122 67 21 105 33
Binary 1110011 110000 10101 0 111010 1010010 110111 10001 1000101 11011

Color Harmonies of #733015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733015

Black with #733015

Text Example


Text Example

White with #733015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733015; }

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

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

background-color css

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

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

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

border-color css

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

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

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