Html Css Color HEX #73421F Peru Tan

📋 copy color: '#73421F'

red 115 ◦ green 66 ◦ blue 31

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

Shades of Peru Tan #73421F

Tints of Peru Tan #73421F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.13%

 BLUE value IS 31 (12.5% from 255) = 14.62%

R = 54.25%
G = 31.13%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#73421F (or 0x73421F) is known color: Peru Tan. HEX triplet: 73, 42 and 1F. RGB value is (115,66,31). Sum of RGB (Red+Green+Blue) = 115+66+31=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #73421F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73421F is #8CBDE0. Grayscale: #4C4C4C. Windows color (decimal): -9223649 or 2048627. OLE color: 2048627.

HSL color Cylindrical-coordinate representation of color #73421F: hue angle of 25º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73421F is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 66 31 -
CMYK 0 0.43 0.73 0.55
HSL 25º 0.58% 0.29% -
HSV(B) 25º 0.73% 0.45% -
XYZ 9.27 7.64 2.28 -
YUV 76.66 102.23 155.35 -
System Red Green Blue C M Y K H S L
Decimal 115 66 31 0 0.43 0.73 0.55 25 0.58 0.29
Hex 73 42 1F 0 2B 49 37 19 3A 1D
Octal 163 102 37 0 53 111 67 31 72 35
Binary 1110011 1000010 11111 0 101011 1001001 110111 11001 111010 11101

Color Harmonies of #73421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73421F

Black with #73421F

Text Example


Text Example

White with #73421F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73421F; }

 p { color: rgb(115,66,31); }

 H1.HeaderClassName
 {
   color: #73421F;
 }
 .AnyTagClassName
 {
   color: #73421F;
 }
</style>

background-color css

<style>
 a { background-color: #73421F; }

 a { background-color: rgb(115,66,31); }

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

border-color css

<style>
 span { border-color: #73421F; }

 span { border-color: rgb(115,66,31); }

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