Html Css Color HEX #73361E Peru Tan

📋 copy color: '#73361E'

red 115 ◦ green 54 ◦ blue 30

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

Shades of Peru Tan #73361E

Tints of Peru Tan #73361E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.08%

R = 57.79%
G = 27.14%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#73361E (or 0x73361E) is known color: Peru Tan. HEX triplet: 73, 36 and 1E. RGB value is (115,54,30). Sum of RGB (Red+Green+Blue) = 115+54+30=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #73361E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73361E is #8CC9E1. Grayscale: #454545. Windows color (decimal): -9226722 or 1980019. OLE color: 1980019.

HSL color Cylindrical-coordinate representation of color #73361E: hue angle of 16.94º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #73361E is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 54 30 -
CMYK 0 0.53 0.74 0.55
HSL 16.94º 0.59% 0.28% -
HSV(B) 16.94º 0.74% 0.45% -
XYZ 8.62 6.38 2 -
YUV 69.5 105.71 160.45 -
System Red Green Blue C M Y K H S L
Decimal 115 54 30 0 0.53 0.74 0.55 16.94 0.59 0.28
Hex 73 36 1E 0 35 4A 37 11 3B 1C
Octal 163 66 36 0 65 112 67 21 73 34
Binary 1110011 110110 11110 0 110101 1001010 110111 10001 111011 11100

Color Harmonies of #73361E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73361E

Black with #73361E

Text Example


Text Example

White with #73361E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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