Html Css Color HEX #744223 Peru Tan

📋 copy color: '#744223'

red 116 ◦ green 66 ◦ blue 35

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

Shades of Peru Tan #744223

Tints of Peru Tan #744223

RGB

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

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

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

R = 53.46%
G = 30.41%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#744223 (or 0x744223) is known color: Peru Tan. HEX triplet: 74, 42 and 23. RGB value is (116,66,35). Sum of RGB (Red+Green+Blue) = 116+66+35=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 35 (14.06% from 255 or 16.13% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #744223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744223 is #8BBDDC. Grayscale: #4D4D4D. Windows color (decimal): -9158109 or 2310772. OLE color: 2310772.

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

Color convert

RGB 116 66 35 -
CMYK 0 0.43 0.70 0.55
HSL 22.96º 0.54% 0.3% -
HSV(B) 22.96º 0.7% 0.45% -
XYZ 9.45 7.73 2.58 -
YUV 77.42 104.07 155.52 -
System Red Green Blue C M Y K H S L
Decimal 116 66 35 0 0.43 0.70 0.55 22.96 0.54 0.3
Hex 74 42 23 0 2B 46 37 17 36 1E
Octal 164 102 43 0 53 106 67 27 66 36
Binary 1110100 1000010 100011 0 101011 1000110 110111 10111 110110 11110

Color Harmonies of #744223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744223

Black with #744223

Text Example


Text Example

White with #744223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744223; }

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

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

background-color css

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

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

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

border-color css

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

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

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