Html Css Color HEX #733415 Peru Tan

📋 copy color: '#733415'

red 115 ◦ green 52 ◦ blue 21

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

Shades of Peru Tan #733415

Tints of Peru Tan #733415

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.66%

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

R = 61.17%
G = 27.66%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#733415 (or 0x733415) is known color: Peru Tan. HEX triplet: 73, 34 and 15. RGB value is (115,52,21). Sum of RGB (Red+Green+Blue) = 115+52+21=188 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.17% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 115 - color contains mainly: red. Hex color #733415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733415 is #8CCBEA. Grayscale: #434343. Windows color (decimal): -9227243 or 1389683. OLE color: 1389683.

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

Color convert

RGB 115 52 21 -
CMYK 0 0.55 0.82 0.55
HSL 19.79º 0.69% 0.27% -
HSV(B) 19.79º 0.82% 0.45% -
XYZ 8.43 6.15 1.45 -
YUV 67.3 101.87 162.02 -
System Red Green Blue C M Y K H S L
Decimal 115 52 21 0 0.55 0.82 0.55 19.79 0.69 0.27
Hex 73 34 15 0 37 52 37 14 45 1B
Octal 163 64 25 0 67 122 67 24 105 33
Binary 1110011 110100 10101 0 110111 1010010 110111 10100 1000101 11011

Color Harmonies of #733415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733415

Black with #733415

Text Example


Text Example

White with #733415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733415; }

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

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

background-color css

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

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

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

border-color css

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

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

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