Html Css Color HEX #744123 Peru Tan

📋 copy color: '#744123'

red 116 ◦ green 65 ◦ blue 35

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

Shades of Peru Tan #744123

Tints of Peru Tan #744123

RGB

 RED value IS 116 (45.7% from 255) = 53.7%

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

 BLUE value IS 35 (14.06% from 255) = 16.2%

R = 53.7%
G = 30.09%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#744123 (or 0x744123) is known color: Peru Tan. HEX triplet: 74, 41 and 23. RGB value is (116,65,35). Sum of RGB (Red+Green+Blue) = 116+65+35=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 35 (14.06% from 255 or 16.20% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #744123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744123 is #8BBEDC. Grayscale: #4D4D4D. Windows color (decimal): -9158365 or 2310516. OLE color: 2310516.

HSL color Cylindrical-coordinate representation of color #744123: hue angle of 22.22º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #744123 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 65 35 -
CMYK 0 0.44 0.70 0.55
HSL 22.22º 0.54% 0.3% -
HSV(B) 22.22º 0.7% 0.45% -
XYZ 9.4 7.61 2.56 -
YUV 76.83 104.4 155.94 -
System Red Green Blue C M Y K H S L
Decimal 116 65 35 0 0.44 0.70 0.55 22.22 0.54 0.3
Hex 74 41 23 0 2C 46 37 16 36 1E
Octal 164 101 43 0 54 106 67 26 66 36
Binary 1110100 1000001 100011 0 101100 1000110 110111 10110 110110 11110

Color Harmonies of #744123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744123

Black with #744123

Text Example


Text Example

White with #744123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744123; }

 p { color: rgb(116,65,35); }

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

background-color css

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

 a { background-color: rgb(116,65,35); }

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

border-color css

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

 span { border-color: rgb(116,65,35); }

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