Html Css Color HEX #73341B Peru Tan

📋 copy color: '#73341B'

red 115 ◦ green 52 ◦ blue 27

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

Shades of Peru Tan #73341B

Tints of Peru Tan #73341B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.92%

R = 59.28%
G = 26.8%
B = 13.92%

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

#73341B (or 0x73341B) is known color: Peru Tan. HEX triplet: 73, 34 and 1B. RGB value is (115,52,27). Sum of RGB (Red+Green+Blue) = 115+52+27=194 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.28% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 115 - color contains mainly: red. Hex color #73341B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73341B is #8CCBE4. Grayscale: #444444. Windows color (decimal): -9227237 or 1782899. OLE color: 1782899.

HSL color Cylindrical-coordinate representation of color #73341B: hue angle of 17.05º degrees, saturation: 0.62, 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 #73341B is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 52 27 -
CMYK 0 0.55 0.77 0.55
HSL 17.05º 0.62% 0.28% -
HSV(B) 17.05º 0.77% 0.45% -
XYZ 8.5 6.18 1.78 -
YUV 67.99 104.87 161.53 -
System Red Green Blue C M Y K H S L
Decimal 115 52 27 0 0.55 0.77 0.55 17.05 0.62 0.28
Hex 73 34 1B 0 37 4D 37 11 3E 1C
Octal 163 64 33 0 67 115 67 21 76 34
Binary 1110011 110100 11011 0 110111 1001101 110111 10001 111110 11100

Color Harmonies of #73341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73341B

Black with #73341B

Text Example


Text Example

White with #73341B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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