Html Css Color HEX #742E1A Pueblo

📋 copy color: '#742E1A'

red 116 ◦ green 46 ◦ blue 26

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

Shades of Pueblo #742E1A

Tints of Pueblo #742E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.83%

R = 61.7%
G = 24.47%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#742E1A (or 0x742E1A) is known color: Pueblo. HEX triplet: 74, 2E and 1A. RGB value is (116,46,26). Sum of RGB (Red+Green+Blue) = 116+46+26=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #742E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742E1A is #8BD1E5. Grayscale: #404040. Windows color (decimal): -9163238 or 1715828. OLE color: 1715828.

HSL color Cylindrical-coordinate representation of color #742E1A: hue angle of 13.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #742E1A is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 46 26 -
CMYK 0 0.60 0.78 0.55
HSL 13.33º 0.63% 0.28% -
HSV(B) 13.33º 0.78% 0.45% -
XYZ 8.37 5.74 1.64 -
YUV 64.65 106.19 164.63 -
System Red Green Blue C M Y K H S L
Decimal 116 46 26 0 0.60 0.78 0.55 13.33 0.63 0.28
Hex 74 2E 1A 0 3C 4E 37 D 3F 1C
Octal 164 56 32 0 74 116 67 15 77 34
Binary 1110100 101110 11010 0 111100 1001110 110111 1101 111111 11100

Color Harmonies of #742E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742E1A

Black with #742E1A

Text Example


Text Example

White with #742E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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