Html Css Color HEX #73341C Peru Tan

📋 copy color: '#73341C'

red 115 ◦ green 52 ◦ blue 28

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

Shades of Peru Tan #73341C

Tints of Peru Tan #73341C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.36%

R = 58.97%
G = 26.67%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#73341C (or 0x73341C) is known color: Peru Tan. HEX triplet: 73, 34 and 1C. RGB value is (115,52,28). Sum of RGB (Red+Green+Blue) = 115+52+28=195 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.97% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 115 - color contains mainly: red. Hex color #73341C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73341C is #8CCBE3. Grayscale: #444444. Windows color (decimal): -9227236 or 1848435. OLE color: 1848435.

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

Color convert

RGB 115 52 28 -
CMYK 0 0.55 0.76 0.55
HSL 16.55º 0.61% 0.28% -
HSV(B) 16.55º 0.76% 0.45% -
XYZ 8.51 6.18 1.84 -
YUV 68.1 105.37 161.45 -
System Red Green Blue C M Y K H S L
Decimal 115 52 28 0 0.55 0.76 0.55 16.55 0.61 0.28
Hex 73 34 1C 0 37 4C 37 11 3D 1C
Octal 163 64 34 0 67 114 67 21 75 34
Binary 1110011 110100 11100 0 110111 1001100 110111 10001 111101 11100

Color Harmonies of #73341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73341C

Black with #73341C

Text Example


Text Example

White with #73341C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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