Html Css Color HEX #733820 Peru Tan

📋 copy color: '#733820'

red 115 ◦ green 56 ◦ blue 32

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

Shades of Peru Tan #733820

Tints of Peru Tan #733820

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.59%

 BLUE value IS 32 (12.89% from 255) = 15.76%

R = 56.65%
G = 27.59%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#733820 (or 0x733820) is known color: Peru Tan. HEX triplet: 73, 38 and 20. RGB value is (115,56,32). Sum of RGB (Red+Green+Blue) = 115+56+32=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #733820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733820 is #8CC7DF. Grayscale: #474747. Windows color (decimal): -9226208 or 2111603. OLE color: 2111603.

HSL color Cylindrical-coordinate representation of color #733820: hue angle of 17.35º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #733820 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 56 32 -
CMYK 0 0.51 0.72 0.55
HSL 17.35º 0.56% 0.29% -
HSV(B) 17.35º 0.72% 0.45% -
XYZ 8.75 6.58 2.18 -
YUV 70.91 106.05 159.45 -
System Red Green Blue C M Y K H S L
Decimal 115 56 32 0 0.51 0.72 0.55 17.35 0.56 0.29
Hex 73 38 20 0 33 48 37 11 38 1D
Octal 163 70 40 0 63 110 67 21 70 35
Binary 1110011 111000 100000 0 110011 1001000 110111 10001 111000 11101

Color Harmonies of #733820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733820

Black with #733820

Text Example


Text Example

White with #733820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733820; }

 p { color: rgb(115,56,32); }

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

background-color css

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

 a { background-color: rgb(115,56,32); }

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

border-color css

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

 span { border-color: rgb(115,56,32); }

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