Html Css Color HEX #742B17 Pueblo

📋 copy color: '#742B17'

red 116 ◦ green 43 ◦ blue 23

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

Shades of Pueblo #742B17

Tints of Pueblo #742B17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.64%

R = 63.74%
G = 23.63%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#742B17 (or 0x742B17) is known color: Pueblo. HEX triplet: 74, 2B and 17. RGB value is (116,43,23). Sum of RGB (Red+Green+Blue) = 116+43+23=182 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.74% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 116 - color contains mainly: red. Hex color #742B17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742B17 is #8BD4E8. Grayscale: #3E3E3E. Windows color (decimal): -9164009 or 1518452. OLE color: 1518452.

HSL color Cylindrical-coordinate representation of color #742B17: hue angle of 12.9º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #742B17 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 43 23 -
CMYK 0 0.63 0.80 0.55
HSL 12.9º 0.67% 0.27% -
HSV(B) 12.9º 0.8% 0.45% -
XYZ 8.22 5.5 1.44 -
YUV 62.55 105.68 166.13 -
System Red Green Blue C M Y K H S L
Decimal 116 43 23 0 0.63 0.80 0.55 12.9 0.67 0.27
Hex 74 2B 17 0 3F 50 37 D 43 1B
Octal 164 53 27 0 77 120 67 15 103 33
Binary 1110100 101011 10111 0 111111 1010000 110111 1101 1000011 11011

Color Harmonies of #742B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742B17

Black with #742B17

Text Example


Text Example

White with #742B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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