Html Css Color HEX #734117 Peru Tan

📋 copy color: '#734117'

red 115 ◦ green 65 ◦ blue 23

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

Shades of Peru Tan #734117

Tints of Peru Tan #734117

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.02%

 BLUE value IS 23 (9.38% from 255) = 11.33%

R = 56.65%
G = 32.02%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#734117 (or 0x734117) is known color: Peru Tan. HEX triplet: 73, 41 and 17. RGB value is (115,65,23). Sum of RGB (Red+Green+Blue) = 115+65+23=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #734117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734117 is #8CBEE8. Grayscale: #4B4B4B. Windows color (decimal): -9223913 or 1524083. OLE color: 1524083.

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

Color convert

RGB 115 65 23 -
CMYK 0 0.43 0.80 0.55
HSL 27.39º 0.67% 0.27% -
HSV(B) 27.39º 0.8% 0.45% -
XYZ 9.12 7.49 1.78 -
YUV 75.16 98.57 156.42 -
System Red Green Blue C M Y K H S L
Decimal 115 65 23 0 0.43 0.80 0.55 27.39 0.67 0.27
Hex 73 41 17 0 2B 50 37 1B 43 1B
Octal 163 101 27 0 53 120 67 33 103 33
Binary 1110011 1000001 10111 0 101011 1010000 110111 11011 1000011 11011

Color Harmonies of #734117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734117

Black with #734117

Text Example


Text Example

White with #734117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734117; }

 p { color: rgb(115,65,23); }

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

background-color css

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

 a { background-color: rgb(115,65,23); }

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

border-color css

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

 span { border-color: rgb(115,65,23); }

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