Html Css Color HEX #742B19 Pueblo

📋 copy color: '#742B19'

red 116 ◦ green 43 ◦ blue 25

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

Shades of Pueblo #742B19

Tints of Pueblo #742B19

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.37%

 BLUE value IS 25 (10.16% from 255) = 13.59%

R = 63.04%
G = 23.37%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#742B19 (or 0x742B19) is known color: Pueblo. HEX triplet: 74, 2B and 19. RGB value is (116,43,25). Sum of RGB (Red+Green+Blue) = 116+43+25=184 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.04% from 184); Green value is 43 (17.19% from 255 or 23.37% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 116 - color contains mainly: red. Hex color #742B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742B19 is #8BD4E6. Grayscale: #3E3E3E. Windows color (decimal): -9164007 or 1649524. OLE color: 1649524.

HSL color Cylindrical-coordinate representation of color #742B19: hue angle of 11.87º degrees, saturation: 0.65, 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 #742B19 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 43 25 -
CMYK 0 0.63 0.78 0.55
HSL 11.87º 0.65% 0.28% -
HSV(B) 11.87º 0.78% 0.45% -
XYZ 8.24 5.51 1.55 -
YUV 62.78 106.68 165.96 -
System Red Green Blue C M Y K H S L
Decimal 116 43 25 0 0.63 0.78 0.55 11.87 0.65 0.28
Hex 74 2B 19 0 3F 4E 37 C 41 1C
Octal 164 53 31 0 77 116 67 14 101 34
Binary 1110100 101011 11001 0 111111 1001110 110111 1100 1000001 11100

Color Harmonies of #742B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742B19

Black with #742B19

Text Example


Text Example

White with #742B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,43,25); }

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

background-color css

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

 a { background-color: rgb(116,43,25); }

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

border-color css

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

 span { border-color: rgb(116,43,25); }

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