Html Css Color HEX #73411E Peru Tan

📋 copy color: '#73411E'

red 115 ◦ green 65 ◦ blue 30

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

Shades of Peru Tan #73411E

Tints of Peru Tan #73411E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.95%

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

R = 54.76%
G = 30.95%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#73411E (or 0x73411E) is known color: Peru Tan. HEX triplet: 73, 41 and 1E. RGB value is (115,65,30). Sum of RGB (Red+Green+Blue) = 115+65+30=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #73411E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73411E is #8CBEE1. Grayscale: #4C4C4C. Windows color (decimal): -9223906 or 1982835. OLE color: 1982835.

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

Color convert

RGB 115 65 30 -
CMYK 0 0.43 0.74 0.55
HSL 24.71º 0.59% 0.28% -
HSV(B) 24.71º 0.74% 0.45% -
XYZ 9.19 7.52 2.2 -
YUV 75.96 102.07 155.85 -
System Red Green Blue C M Y K H S L
Decimal 115 65 30 0 0.43 0.74 0.55 24.71 0.59 0.28
Hex 73 41 1E 0 2B 4A 37 19 3B 1C
Octal 163 101 36 0 53 112 67 31 73 34
Binary 1110011 1000001 11110 0 101011 1001010 110111 11001 111011 11100

Color Harmonies of #73411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73411E

Black with #73411E

Text Example


Text Example

White with #73411E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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