Html Css Color HEX #734015 Peru Tan

📋 copy color: '#734015'

red 115 ◦ green 64 ◦ blue 21

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

Shades of Peru Tan #734015

Tints of Peru Tan #734015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32%

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

R = 57.5%
G = 32%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#734015 (or 0x734015) is known color: Peru Tan. HEX triplet: 73, 40 and 15. RGB value is (115,64,21). Sum of RGB (Red+Green+Blue) = 115+64+21=200 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.5% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 115 - color contains mainly: red. Hex color #734015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734015 is #8CBFEA. Grayscale: #4A4A4A. Windows color (decimal): -9224171 or 1392755. OLE color: 1392755.

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

Color convert

RGB 115 64 21 -
CMYK 0 0.44 0.82 0.55
HSL 27.45º 0.69% 0.27% -
HSV(B) 27.45º 0.82% 0.45% -
XYZ 9.04 7.37 1.65 -
YUV 74.35 97.9 157 -
System Red Green Blue C M Y K H S L
Decimal 115 64 21 0 0.44 0.82 0.55 27.45 0.69 0.27
Hex 73 40 15 0 2C 52 37 1B 45 1B
Octal 163 100 25 0 54 122 67 33 105 33
Binary 1110011 1000000 10101 0 101100 1010010 110111 11011 1000101 11011

Color Harmonies of #734015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734015

Black with #734015

Text Example


Text Example

White with #734015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734015; }

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

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

background-color css

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

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

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

border-color css

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

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

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