Html Css Color HEX #742E24 Pueblo

📋 copy color: '#742E24'

red 116 ◦ green 46 ◦ blue 36

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

Shades of Pueblo #742E24

Tints of Pueblo #742E24

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.23%

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

R = 58.59%
G = 23.23%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#742E24 (or 0x742E24) is known color: Pueblo. HEX triplet: 74, 2E and 24. RGB value is (116,46,36). Sum of RGB (Red+Green+Blue) = 116+46+36=198 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.59% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 116 - color contains mainly: red. Hex color #742E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742E24 is #8BD1DB. Grayscale: #414141. Windows color (decimal): -9163228 or 2371188. OLE color: 2371188.

HSL color Cylindrical-coordinate representation of color #742E24: hue angle of 7.5º 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 #742E24 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 46 36 -
CMYK 0 0.60 0.69 0.55
HSL 7.5º 0.53% 0.3% -
HSV(B) 7.5º 0.69% 0.45% -
XYZ 8.5 5.79 2.34 -
YUV 65.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 116 46 36 0 0.60 0.69 0.55 7.5 0.53 0.3
Hex 74 2E 24 0 3C 45 37 8 35 1E
Octal 164 56 44 0 74 105 67 10 65 36
Binary 1110100 101110 100100 0 111100 1000101 110111 1000 110101 11110

Color Harmonies of #742E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742E24

Black with #742E24

Text Example


Text Example

White with #742E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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