Html Css Color HEX #732E13 Peru Tan

📋 copy color: '#732E13'

red 115 ◦ green 46 ◦ blue 19

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

Shades of Peru Tan #732E13

Tints of Peru Tan #732E13

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25.56%

 BLUE value IS 19 (7.81% from 255) = 10.56%

R = 63.89%
G = 25.56%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#732E13 (or 0x732E13) is known color: Peru Tan. HEX triplet: 73, 2E and 13. RGB value is (115,46,19). Sum of RGB (Red+Green+Blue) = 115+46+19=180 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.89% from 180); Green value is 46 (18.36% from 255 or 25.56% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 115 - color contains mainly: red. Hex color #732E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732E13 is #8CD1EC. Grayscale: #3F3F3F. Windows color (decimal): -9228781 or 1257075. OLE color: 1257075.

HSL color Cylindrical-coordinate representation of color #732E13: hue angle of 16.88º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #732E13 is Cyan = 0, Magento = 0.6, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 46 19 -
CMYK 0 0.6 0.83 0.55
HSL 16.88º 0.72% 0.26% -
HSV(B) 16.88º 0.83% 0.45% -
XYZ 8.16 5.65 1.28 -
YUV 63.55 102.86 164.7 -
System Red Green Blue C M Y K H S L
Decimal 115 46 19 0 0.6 0.83 0.55 16.88 0.72 0.26
Hex 73 2E 13 0 3C 53 37 11 48 1A
Octal 163 56 23 0 74 123 67 21 110 32
Binary 1110011 101110 10011 0 111100 1010011 110111 10001 1001000 11010

Color Harmonies of #732E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732E13

Black with #732E13

Text Example


Text Example

White with #732E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732E13; }

 p { color: rgb(115,46,19); }

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

background-color css

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

 a { background-color: rgb(115,46,19); }

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

border-color css

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

 span { border-color: rgb(115,46,19); }

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