Html Css Color HEX #742A11 Pueblo

📋 copy color: '#742A11'

red 116 ◦ green 42 ◦ blue 17

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

Shades of Pueblo #742A11

Tints of Pueblo #742A11

RGB

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

 GREEN value IS 42 (16.8% from 255) = 24%

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

R = 66.29%
G = 24%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#742A11 (or 0x742A11) is known color: Pueblo. HEX triplet: 74, 2A and 11. RGB value is (116,42,17). Sum of RGB (Red+Green+Blue) = 116+42+17=175 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.29% from 175); Green value is 42 (16.80% from 255 or 24% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 116 - color contains mainly: red. Hex color #742A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742A11 is #8BD5EE. Grayscale: #3D3D3D. Windows color (decimal): -9164271 or 1124980. OLE color: 1124980.

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

Color convert

RGB 116 42 17 -
CMYK 0 0.64 0.85 0.55
HSL 15.15º 0.74% 0.26% -
HSV(B) 15.15º 0.85% 0.45% -
XYZ 8.13 5.41 1.15 -
YUV 61.28 103.02 167.03 -
System Red Green Blue C M Y K H S L
Decimal 116 42 17 0 0.64 0.85 0.55 15.15 0.74 0.26
Hex 74 2A 11 0 40 55 37 F 4A 1A
Octal 164 52 21 0 100 125 67 17 112 32
Binary 1110100 101010 10001 0 1000000 1010101 110111 1111 1001010 11010

Color Harmonies of #742A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742A11

Black with #742A11

Text Example


Text Example

White with #742A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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