Html Css Color HEX #73361D Peru Tan

📋 copy color: '#73361D'

red 115 ◦ green 54 ◦ blue 29

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

Shades of Peru Tan #73361D

Tints of Peru Tan #73361D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.27%

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

R = 58.08%
G = 27.27%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#73361D (or 0x73361D) is known color: Peru Tan. HEX triplet: 73, 36 and 1D. RGB value is (115,54,29). Sum of RGB (Red+Green+Blue) = 115+54+29=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #73361D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73361D is #8CC9E2. Grayscale: #454545. Windows color (decimal): -9226723 or 1914483. OLE color: 1914483.

HSL color Cylindrical-coordinate representation of color #73361D: hue angle of 17.44º 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 #73361D is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 54 29 -
CMYK 0 0.53 0.75 0.55
HSL 17.44º 0.6% 0.28% -
HSV(B) 17.44º 0.75% 0.45% -
XYZ 8.61 6.37 1.94 -
YUV 69.39 105.21 160.53 -
System Red Green Blue C M Y K H S L
Decimal 115 54 29 0 0.53 0.75 0.55 17.44 0.6 0.28
Hex 73 36 1D 0 35 4B 37 11 3C 1C
Octal 163 66 35 0 65 113 67 21 74 34
Binary 1110011 110110 11101 0 110101 1001011 110111 10001 111100 11100

Color Harmonies of #73361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73361D

Black with #73361D

Text Example


Text Example

White with #73361D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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