Html Css Color HEX #73361B Peru Tan

📋 copy color: '#73361B'

red 115 ◦ green 54 ◦ blue 27

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

Shades of Peru Tan #73361B

Tints of Peru Tan #73361B

RGB

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

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

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

R = 58.67%
G = 27.55%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#73361B (or 0x73361B) is known color: Peru Tan. HEX triplet: 73, 36 and 1B. RGB value is (115,54,27). Sum of RGB (Red+Green+Blue) = 115+54+27=196 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.67% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 115 - color contains mainly: red. Hex color #73361B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73361B is #8CC9E4. Grayscale: #454545. Windows color (decimal): -9226725 or 1783411. OLE color: 1783411.

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

Color convert

RGB 115 54 27 -
CMYK 0 0.53 0.77 0.55
HSL 18.41º 0.62% 0.28% -
HSV(B) 18.41º 0.77% 0.45% -
XYZ 8.59 6.36 1.81 -
YUV 69.16 104.21 160.7 -
System Red Green Blue C M Y K H S L
Decimal 115 54 27 0 0.53 0.77 0.55 18.41 0.62 0.28
Hex 73 36 1B 0 35 4D 37 12 3E 1C
Octal 163 66 33 0 65 115 67 22 76 34
Binary 1110011 110110 11011 0 110101 1001101 110111 10010 111110 11100

Color Harmonies of #73361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73361B

Black with #73361B

Text Example


Text Example

White with #73361B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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