Html Css Color HEX #742611 Pueblo

📋 copy color: '#742611'

red 116 ◦ green 38 ◦ blue 17

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

Shades of Pueblo #742611

Tints of Pueblo #742611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.94%

R = 67.84%
G = 22.22%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#742611 (or 0x742611) is known color: Pueblo. HEX triplet: 74, 26 and 11. RGB value is (116,38,17). Sum of RGB (Red+Green+Blue) = 116+38+17=171 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.84% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 116 - color contains mainly: red. Hex color #742611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742611 is #8BD9EE. Grayscale: #3B3B3B. Windows color (decimal): -9165295 or 1123956. OLE color: 1123956.

HSL color Cylindrical-coordinate representation of color #742611: hue angle of 12.73º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #742611 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 38 17 -
CMYK 0 0.67 0.85 0.55
HSL 12.73º 0.74% 0.26% -
HSV(B) 12.73º 0.85% 0.45% -
XYZ 8 5.14 1.1 -
YUV 58.93 104.34 168.71 -
System Red Green Blue C M Y K H S L
Decimal 116 38 17 0 0.67 0.85 0.55 12.73 0.74 0.26
Hex 74 26 11 0 43 55 37 D 4A 1A
Octal 164 46 21 0 103 125 67 15 112 32
Binary 1110100 100110 10001 0 1000011 1010101 110111 1101 1001010 11010

Color Harmonies of #742611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742611

Black with #742611

Text Example


Text Example

White with #742611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742611; }

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

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

background-color css

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

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

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

border-color css

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

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

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