Html Css Color HEX #73341D Peru Tan

📋 copy color: '#73341D'

red 115 ◦ green 52 ◦ blue 29

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

Shades of Peru Tan #73341D

Tints of Peru Tan #73341D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.8%

R = 58.67%
G = 26.53%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#73341D (or 0x73341D) is known color: Peru Tan. HEX triplet: 73, 34 and 1D. RGB value is (115,52,29). Sum of RGB (Red+Green+Blue) = 115+52+29=196 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.67% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 115 - color contains mainly: red. Hex color #73341D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73341D is #8CCBE2. Grayscale: #444444. Windows color (decimal): -9227235 or 1913971. OLE color: 1913971.

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

Color convert

RGB 115 52 29 -
CMYK 0 0.55 0.75 0.55
HSL 16.05º 0.6% 0.28% -
HSV(B) 16.05º 0.75% 0.45% -
XYZ 8.52 6.19 1.91 -
YUV 68.22 105.87 161.37 -
System Red Green Blue C M Y K H S L
Decimal 115 52 29 0 0.55 0.75 0.55 16.05 0.6 0.28
Hex 73 34 1D 0 37 4B 37 10 3C 1C
Octal 163 64 35 0 67 113 67 20 74 34
Binary 1110011 110100 11101 0 110111 1001011 110111 10000 111100 11100

Color Harmonies of #73341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73341D

Black with #73341D

Text Example


Text Example

White with #73341D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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