Html Css Color HEX #732B11 Peru Tan

📋 copy color: '#732B11'

red 115 ◦ green 43 ◦ blue 17

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

Shades of Peru Tan #732B11

Tints of Peru Tan #732B11

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.57%

 BLUE value IS 17 (7.03% from 255) = 9.71%

R = 65.71%
G = 24.57%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#732B11 (or 0x732B11) is known color: Peru Tan. HEX triplet: 73, 2B and 11. RGB value is (115,43,17). Sum of RGB (Red+Green+Blue) = 115+43+17=175 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.71% from 175); Green value is 43 (17.19% from 255 or 24.57% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 115 - color contains mainly: red. Hex color #732B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732B11 is #8CD4EE. Grayscale: #3D3D3D. Windows color (decimal): -9229551 or 1125235. OLE color: 1125235.

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

Color convert

RGB 115 43 17 -
CMYK 0 0.63 0.85 0.55
HSL 15.92º 0.74% 0.26% -
HSV(B) 15.92º 0.85% 0.45% -
XYZ 8.04 5.41 1.15 -
YUV 61.56 102.85 166.11 -
System Red Green Blue C M Y K H S L
Decimal 115 43 17 0 0.63 0.85 0.55 15.92 0.74 0.26
Hex 73 2B 11 0 3F 55 37 10 4A 1A
Octal 163 53 21 0 77 125 67 20 112 32
Binary 1110011 101011 10001 0 111111 1010101 110111 10000 1001010 11010

Color Harmonies of #732B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732B11

Black with #732B11

Text Example


Text Example

White with #732B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,43,17); }

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

background-color css

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

 a { background-color: rgb(115,43,17); }

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

border-color css

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

 span { border-color: rgb(115,43,17); }

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