Html Css Color HEX #743424 Pueblo

📋 copy color: '#743424'

red 116 ◦ green 52 ◦ blue 36

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

Shades of Pueblo #743424

Tints of Pueblo #743424

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.49%

 BLUE value IS 36 (14.45% from 255) = 17.65%

R = 56.86%
G = 25.49%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#743424 (or 0x743424) is known color: Pueblo. HEX triplet: 74, 34 and 24. RGB value is (116,52,36). Sum of RGB (Red+Green+Blue) = 116+52+36=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #743424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743424 is #8BCBDB. Grayscale: #454545. Windows color (decimal): -9161692 or 2372724. OLE color: 2372724.

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

Color convert

RGB 116 52 36 -
CMYK 0 0.55 0.69 0.55
HSL 12º 0.53% 0.3% -
HSV(B) 12º 0.69% 0.45% -
XYZ 8.75 6.3 2.42 -
YUV 69.31 109.2 161.3 -
System Red Green Blue C M Y K H S L
Decimal 116 52 36 0 0.55 0.69 0.55 12 0.53 0.3
Hex 74 34 24 0 37 45 37 C 35 1E
Octal 164 64 44 0 67 105 67 14 65 36
Binary 1110100 110100 100100 0 110111 1000101 110111 1100 110101 11110

Color Harmonies of #743424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743424

Black with #743424

Text Example


Text Example

White with #743424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743424; }

 p { color: rgb(116,52,36); }

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

background-color css

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

 a { background-color: rgb(116,52,36); }

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

border-color css

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

 span { border-color: rgb(116,52,36); }

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