Html Css Color HEX #742D19 Pueblo

📋 copy color: '#742D19'

red 116 ◦ green 45 ◦ blue 25

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

Shades of Pueblo #742D19

Tints of Pueblo #742D19

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.19%

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

R = 62.37%
G = 24.19%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#742D19 (or 0x742D19) is known color: Pueblo. HEX triplet: 74, 2D and 19. RGB value is (116,45,25). Sum of RGB (Red+Green+Blue) = 116+45+25=186 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.37% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 116 - color contains mainly: red. Hex color #742D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742D19 is #8BD2E6. Grayscale: #404040. Windows color (decimal): -9163495 or 1650036. OLE color: 1650036.

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

Color convert

RGB 116 45 25 -
CMYK 0 0.61 0.78 0.55
HSL 13.19º 0.65% 0.28% -
HSV(B) 13.19º 0.78% 0.45% -
XYZ 8.32 5.66 1.57 -
YUV 63.95 106.02 165.13 -
System Red Green Blue C M Y K H S L
Decimal 116 45 25 0 0.61 0.78 0.55 13.19 0.65 0.28
Hex 74 2D 19 0 3D 4E 37 D 41 1C
Octal 164 55 31 0 75 116 67 15 101 34
Binary 1110100 101101 11001 0 111101 1001110 110111 1101 1000001 11100

Color Harmonies of #742D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742D19

Black with #742D19

Text Example


Text Example

White with #742D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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