Html Css Color HEX #742E23 Pueblo

📋 copy color: '#742E23'

red 116 ◦ green 46 ◦ blue 35

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

Shades of Pueblo #742E23

Tints of Pueblo #742E23

RGB

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

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

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

R = 58.88%
G = 23.35%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#742E23 (or 0x742E23) is known color: Pueblo. HEX triplet: 74, 2E and 23. RGB value is (116,46,35). Sum of RGB (Red+Green+Blue) = 116+46+35=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #742E23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742E23 is #8BD1DC. Grayscale: #414141. Windows color (decimal): -9163229 or 2305652. OLE color: 2305652.

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

Color convert

RGB 116 46 35 -
CMYK 0 0.60 0.70 0.55
HSL 8.15º 0.54% 0.3% -
HSV(B) 8.15º 0.7% 0.45% -
XYZ 8.48 5.79 2.26 -
YUV 65.68 110.69 163.89 -
System Red Green Blue C M Y K H S L
Decimal 116 46 35 0 0.60 0.70 0.55 8.15 0.54 0.3
Hex 74 2E 23 0 3C 46 37 8 36 1E
Octal 164 56 43 0 74 106 67 10 66 36
Binary 1110100 101110 100011 0 111100 1000110 110111 1000 110110 11110

Color Harmonies of #742E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742E23

Black with #742E23

Text Example


Text Example

White with #742E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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