Html Css Color HEX #743019 Pueblo

📋 copy color: '#743019'

red 116 ◦ green 48 ◦ blue 25

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

Shades of Pueblo #743019

Tints of Pueblo #743019

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.4%

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

R = 61.38%
G = 25.4%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#743019 (or 0x743019) is known color: Pueblo. HEX triplet: 74, 30 and 19. RGB value is (116,48,25). Sum of RGB (Red+Green+Blue) = 116+48+25=189 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.38% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 116 - color contains mainly: red. Hex color #743019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743019 is #8BCFE6. Grayscale: #414141. Windows color (decimal): -9162727 or 1650804. OLE color: 1650804.

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

Color convert

RGB 116 48 25 -
CMYK 0 0.59 0.78 0.55
HSL 15.16º 0.65% 0.28% -
HSV(B) 15.16º 0.78% 0.45% -
XYZ 8.43 5.9 1.61 -
YUV 65.71 105.03 163.87 -
System Red Green Blue C M Y K H S L
Decimal 116 48 25 0 0.59 0.78 0.55 15.16 0.65 0.28
Hex 74 30 19 0 3B 4E 37 F 41 1C
Octal 164 60 31 0 73 116 67 17 101 34
Binary 1110100 110000 11001 0 111011 1001110 110111 1111 1000001 11100

Color Harmonies of #743019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743019

Black with #743019

Text Example


Text Example

White with #743019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743019; }

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

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

background-color css

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

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

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

border-color css

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

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

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