Html Css Color HEX #73411B Peru Tan

📋 copy color: '#73411B'

red 115 ◦ green 65 ◦ blue 27

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

Shades of Peru Tan #73411B

Tints of Peru Tan #73411B

RGB

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

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

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

R = 55.56%
G = 31.4%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#73411B (or 0x73411B) is known color: Peru Tan. HEX triplet: 73, 41 and 1B. RGB value is (115,65,27). Sum of RGB (Red+Green+Blue) = 115+65+27=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #73411B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73411B is #8CBEE4. Grayscale: #4B4B4B. Windows color (decimal): -9223909 or 1786227. OLE color: 1786227.

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

Color convert

RGB 115 65 27 -
CMYK 0 0.43 0.77 0.55
HSL 25.91º 0.62% 0.28% -
HSV(B) 25.91º 0.77% 0.45% -
XYZ 9.16 7.5 2 -
YUV 75.62 100.57 156.09 -
System Red Green Blue C M Y K H S L
Decimal 115 65 27 0 0.43 0.77 0.55 25.91 0.62 0.28
Hex 73 41 1B 0 2B 4D 37 1A 3E 1C
Octal 163 101 33 0 53 115 67 32 76 34
Binary 1110011 1000001 11011 0 101011 1001101 110111 11010 111110 11100

Color Harmonies of #73411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73411B

Black with #73411B

Text Example


Text Example

White with #73411B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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