Html Css Color HEX #73341A Peru Tan

📋 copy color: '#73341A'

red 115 ◦ green 52 ◦ blue 26

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

Shades of Peru Tan #73341A

Tints of Peru Tan #73341A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.94%

 BLUE value IS 26 (10.55% from 255) = 13.47%

R = 59.59%
G = 26.94%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#73341A (or 0x73341A) is known color: Peru Tan. HEX triplet: 73, 34 and 1A. RGB value is (115,52,26). Sum of RGB (Red+Green+Blue) = 115+52+26=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #73341A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73341A is #8CCBE5. Grayscale: #444444. Windows color (decimal): -9227238 or 1717363. OLE color: 1717363.

HSL color Cylindrical-coordinate representation of color #73341A: hue angle of 17.53º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73341A is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 52 26 -
CMYK 0 0.55 0.77 0.55
HSL 17.53º 0.63% 0.28% -
HSV(B) 17.53º 0.77% 0.45% -
XYZ 8.48 6.18 1.72 -
YUV 67.87 104.37 161.61 -
System Red Green Blue C M Y K H S L
Decimal 115 52 26 0 0.55 0.77 0.55 17.53 0.63 0.28
Hex 73 34 1A 0 37 4D 37 12 3F 1C
Octal 163 64 32 0 67 115 67 22 77 34
Binary 1110011 110100 11010 0 110111 1001101 110111 10010 111111 11100

Color Harmonies of #73341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73341A

Black with #73341A

Text Example


Text Example

White with #73341A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73341A; }

 p { color: rgb(115,52,26); }

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

background-color css

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

 a { background-color: rgb(115,52,26); }

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

border-color css

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

 span { border-color: rgb(115,52,26); }

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