Html Css Color HEX #742619 Pueblo

📋 copy color: '#742619'

red 116 ◦ green 38 ◦ blue 25

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

Shades of Pueblo #742619

Tints of Pueblo #742619

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.23%

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

R = 64.8%
G = 21.23%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#742619 (or 0x742619) is known color: Pueblo. HEX triplet: 74, 26 and 19. RGB value is (116,38,25). Sum of RGB (Red+Green+Blue) = 116+38+25=179 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.80% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 25 (10.16% from 255 or 13.97% from 179); Max value from RGB is 116 - color contains mainly: red. Hex color #742619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742619 is #8BD9E6. Grayscale: #3B3B3B. Windows color (decimal): -9165287 or 1648244. OLE color: 1648244.

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

Color convert

RGB 116 38 25 -
CMYK 0 0.67 0.78 0.55
HSL 8.57º 0.65% 0.28% -
HSV(B) 8.57º 0.78% 0.45% -
XYZ 8.07 5.17 1.49 -
YUV 59.84 108.34 168.06 -
System Red Green Blue C M Y K H S L
Decimal 116 38 25 0 0.67 0.78 0.55 8.57 0.65 0.28
Hex 74 26 19 0 43 4E 37 9 41 1C
Octal 164 46 31 0 103 116 67 11 101 34
Binary 1110100 100110 11001 0 1000011 1001110 110111 1001 1000001 11100

Color Harmonies of #742619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742619

Black with #742619

Text Example


Text Example

White with #742619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742619; }

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

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

background-color css

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

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

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

border-color css

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

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

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