Html Css Color HEX #734019 Peru Tan

📋 copy color: '#734019'

red 115 ◦ green 64 ◦ blue 25

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

Shades of Peru Tan #734019

Tints of Peru Tan #734019

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.37%

 BLUE value IS 25 (10.16% from 255) = 12.25%

R = 56.37%
G = 31.37%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#734019 (or 0x734019) is known color: Peru Tan. HEX triplet: 73, 40 and 19. RGB value is (115,64,25). Sum of RGB (Red+Green+Blue) = 115+64+25=204 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.37% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 115 - color contains mainly: red. Hex color #734019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734019 is #8CBFE6. Grayscale: #4B4B4B. Windows color (decimal): -9224167 or 1654899. OLE color: 1654899.

HSL color Cylindrical-coordinate representation of color #734019: hue angle of 26º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #734019 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 64 25 -
CMYK 0 0.44 0.78 0.55
HSL 26º 0.64% 0.27% -
HSV(B) 26º 0.78% 0.45% -
XYZ 9.08 7.38 1.87 -
YUV 74.8 99.9 156.67 -
System Red Green Blue C M Y K H S L
Decimal 115 64 25 0 0.44 0.78 0.55 26 0.64 0.27
Hex 73 40 19 0 2C 4E 37 1A 40 1B
Octal 163 100 31 0 54 116 67 32 100 33
Binary 1110011 1000000 11001 0 101100 1001110 110111 11010 1000000 11011

Color Harmonies of #734019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734019

Black with #734019

Text Example


Text Example

White with #734019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734019; }

 p { color: rgb(115,64,25); }

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

background-color css

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

 a { background-color: rgb(115,64,25); }

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

border-color css

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

 span { border-color: rgb(115,64,25); }

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