Html Css Color HEX #743218 Peru Tan

📋 copy color: '#743218'

red 116 ◦ green 50 ◦ blue 24

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

Shades of Peru Tan #743218

Tints of Peru Tan #743218

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.32%

 BLUE value IS 24 (9.77% from 255) = 12.63%

R = 61.05%
G = 26.32%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#743218 (or 0x743218) is known color: Peru Tan. HEX triplet: 74, 32 and 18. RGB value is (116,50,24). Sum of RGB (Red+Green+Blue) = 116+50+24=190 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.05% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 116 - color contains mainly: red. Hex color #743218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743218 is #8BCDE7. Grayscale: #424242. Windows color (decimal): -9162216 or 1585780. OLE color: 1585780.

HSL color Cylindrical-coordinate representation of color #743218: hue angle of 16.96º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #743218 is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 50 24 -
CMYK 0 0.57 0.79 0.55
HSL 16.96º 0.66% 0.27% -
HSV(B) 16.96º 0.79% 0.45% -
XYZ 8.51 6.06 1.59 -
YUV 66.77 103.87 163.11 -
System Red Green Blue C M Y K H S L
Decimal 116 50 24 0 0.57 0.79 0.55 16.96 0.66 0.27
Hex 74 32 18 0 39 4F 37 11 42 1B
Octal 164 62 30 0 71 117 67 21 102 33
Binary 1110100 110010 11000 0 111001 1001111 110111 10001 1000010 11011

Color Harmonies of #743218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743218

Black with #743218

Text Example


Text Example

White with #743218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743218; }

 p { color: rgb(116,50,24); }

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

background-color css

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

 a { background-color: rgb(116,50,24); }

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

border-color css

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

 span { border-color: rgb(116,50,24); }

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