Html Css Color HEX #73350C Peru Tan

📋 copy color: '#73350C'

red 115 ◦ green 53 ◦ blue 12

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

Shades of Peru Tan #73350C

Tints of Peru Tan #73350C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.44%

 BLUE value IS 12 (5.08% from 255) = 6.67%

R = 63.89%
G = 29.44%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#73350C (or 0x73350C) is known color: Peru Tan. HEX triplet: 73, 35 and 0C. RGB value is (115,53,12). Sum of RGB (Red+Green+Blue) = 115+53+12=180 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.89% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 115 - color contains mainly: red. Hex color #73350C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73350C is #8CCAF3. Grayscale: #434343. Windows color (decimal): -9226996 or 800115. OLE color: 800115.

HSL color Cylindrical-coordinate representation of color #73350C: hue angle of 23.88º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73350C is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 53 12 -
CMYK 0 0.54 0.90 0.55
HSL 23.88º 0.81% 0.25% -
HSV(B) 23.88º 0.9% 0.45% -
XYZ 8.41 6.22 1.1 -
YUV 66.86 97.04 162.33 -
System Red Green Blue C M Y K H S L
Decimal 115 53 12 0 0.54 0.90 0.55 23.88 0.81 0.25
Hex 73 35 C 0 36 5A 37 18 51 19
Octal 163 65 14 0 66 132 67 30 121 31
Binary 1110011 110101 1100 0 110110 1011010 110111 11000 1010001 11001

Color Harmonies of #73350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73350C

Black with #73350C

Text Example


Text Example

White with #73350C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,53,12); }

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

background-color css

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

 a { background-color: rgb(115,53,12); }

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

border-color css

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

 span { border-color: rgb(115,53,12); }

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