Html Css Color HEX #733214 Peru Tan

📋 copy color: '#733214'

red 115 ◦ green 50 ◦ blue 20

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

Shades of Peru Tan #733214

Tints of Peru Tan #733214

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.03%

 BLUE value IS 20 (8.2% from 255) = 10.81%

R = 62.16%
G = 27.03%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#733214 (or 0x733214) is known color: Peru Tan. HEX triplet: 73, 32 and 14. RGB value is (115,50,20). Sum of RGB (Red+Green+Blue) = 115+50+20=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #733214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733214 is #8CCDEB. Grayscale: #424242. Windows color (decimal): -9227756 or 1323635. OLE color: 1323635.

HSL color Cylindrical-coordinate representation of color #733214: hue angle of 18.95º degrees, saturation: 0.7, 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 #733214 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 50 20 -
CMYK 0 0.57 0.83 0.55
HSL 18.95º 0.7% 0.26% -
HSV(B) 18.95º 0.83% 0.45% -
XYZ 8.34 5.98 1.38 -
YUV 66.02 102.03 162.94 -
System Red Green Blue C M Y K H S L
Decimal 115 50 20 0 0.57 0.83 0.55 18.95 0.7 0.26
Hex 73 32 14 0 39 53 37 13 46 1A
Octal 163 62 24 0 71 123 67 23 106 32
Binary 1110011 110010 10100 0 111001 1010011 110111 10011 1000110 11010

Color Harmonies of #733214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733214

Black with #733214

Text Example


Text Example

White with #733214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733214; }

 p { color: rgb(115,50,20); }

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

background-color css

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

 a { background-color: rgb(115,50,20); }

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

border-color css

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

 span { border-color: rgb(115,50,20); }

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