Html Css Color HEX #742519 Pueblo

📋 copy color: '#742519'

red 116 ◦ green 37 ◦ blue 25

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

Shades of Pueblo #742519

Tints of Pueblo #742519

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.79%

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

R = 65.17%
G = 20.79%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#742519 (or 0x742519) is known color: Pueblo. HEX triplet: 74, 25 and 19. RGB value is (116,37,25). Sum of RGB (Red+Green+Blue) = 116+37+25=178 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.17% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 116 - color contains mainly: red. Hex color #742519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742519 is #8BDAE6. Grayscale: #3B3B3B. Windows color (decimal): -9165543 or 1647988. OLE color: 1647988.

HSL color Cylindrical-coordinate representation of color #742519: hue angle of 7.91º 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 #742519 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 37 25 -
CMYK 0 0.68 0.78 0.55
HSL 7.91º 0.65% 0.28% -
HSV(B) 7.91º 0.78% 0.45% -
XYZ 8.04 5.11 1.48 -
YUV 59.25 108.67 168.48 -
System Red Green Blue C M Y K H S L
Decimal 116 37 25 0 0.68 0.78 0.55 7.91 0.65 0.28
Hex 74 25 19 0 44 4E 37 8 41 1C
Octal 164 45 31 0 104 116 67 10 101 34
Binary 1110100 100101 11001 0 1000100 1001110 110111 1000 1000001 11100

Color Harmonies of #742519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742519

Black with #742519

Text Example


Text Example

White with #742519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742519; }

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

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

background-color css

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

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

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

border-color css

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

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

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