Html Css Color HEX #734221 Peru Tan

📋 copy color: '#734221'

red 115 ◦ green 66 ◦ blue 33

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

Shades of Peru Tan #734221

Tints of Peru Tan #734221

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.84%

 BLUE value IS 33 (13.28% from 255) = 15.42%

R = 53.74%
G = 30.84%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#734221 (or 0x734221) is known color: Peru Tan. HEX triplet: 73, 42 and 21. RGB value is (115,66,33). Sum of RGB (Red+Green+Blue) = 115+66+33=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #734221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734221 is #8CBDDE. Grayscale: #4D4D4D. Windows color (decimal): -9223647 or 2179699. OLE color: 2179699.

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

Color convert

RGB 115 66 33 -
CMYK 0 0.43 0.71 0.55
HSL 24.15º 0.55% 0.29% -
HSV(B) 24.15º 0.71% 0.45% -
XYZ 9.29 7.65 2.43 -
YUV 76.89 103.23 155.18 -
System Red Green Blue C M Y K H S L
Decimal 115 66 33 0 0.43 0.71 0.55 24.15 0.55 0.29
Hex 73 42 21 0 2B 47 37 18 37 1D
Octal 163 102 41 0 53 107 67 30 67 35
Binary 1110011 1000010 100001 0 101011 1000111 110111 11000 110111 11101

Color Harmonies of #734221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734221

Black with #734221

Text Example


Text Example

White with #734221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734221; }

 p { color: rgb(115,66,33); }

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

background-color css

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

 a { background-color: rgb(115,66,33); }

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

border-color css

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

 span { border-color: rgb(115,66,33); }

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