Html Css Color HEX #73371E Peru Tan

📋 copy color: '#73371E'

red 115 ◦ green 55 ◦ blue 30

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

Shades of Peru Tan #73371E

Tints of Peru Tan #73371E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.5%

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

R = 57.5%
G = 27.5%
B = 15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#73371E (or 0x73371E) is known color: Peru Tan. HEX triplet: 73, 37 and 1E. RGB value is (115,55,30). Sum of RGB (Red+Green+Blue) = 115+55+30=200 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.5% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 115 - color contains mainly: red. Hex color #73371E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73371E is #8CC8E1. Grayscale: #464646. Windows color (decimal): -9226466 or 1980275. OLE color: 1980275.

HSL color Cylindrical-coordinate representation of color #73371E: hue angle of 17.65º 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 #73371E is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 55 30 -
CMYK 0 0.52 0.74 0.55
HSL 17.65º 0.59% 0.28% -
HSV(B) 17.65º 0.74% 0.45% -
XYZ 8.67 6.47 2.02 -
YUV 70.09 105.38 160.03 -
System Red Green Blue C M Y K H S L
Decimal 115 55 30 0 0.52 0.74 0.55 17.65 0.59 0.28
Hex 73 37 1E 0 34 4A 37 12 3B 1C
Octal 163 67 36 0 64 112 67 22 73 34
Binary 1110011 110111 11110 0 110100 1001010 110111 10010 111011 11100

Color Harmonies of #73371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73371E

Black with #73371E

Text Example


Text Example

White with #73371E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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