Html Css Color HEX #742C1B Pueblo

📋 copy color: '#742C1B'

red 116 ◦ green 44 ◦ blue 27

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

Shades of Pueblo #742C1B

Tints of Pueblo #742C1B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.53%

 BLUE value IS 27 (10.94% from 255) = 14.44%

R = 62.03%
G = 23.53%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#742C1B (or 0x742C1B) is known color: Pueblo. HEX triplet: 74, 2C and 1B. RGB value is (116,44,27). Sum of RGB (Red+Green+Blue) = 116+44+27=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #742C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742C1B is #8BD3E4. Grayscale: #3F3F3F. Windows color (decimal): -9163749 or 1780852. OLE color: 1780852.

HSL color Cylindrical-coordinate representation of color #742C1B: hue angle of 11.46º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #742C1B is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 44 27 -
CMYK 0 0.62 0.77 0.55
HSL 11.46º 0.62% 0.28% -
HSV(B) 11.46º 0.77% 0.45% -
XYZ 8.3 5.59 1.68 -
YUV 63.59 107.35 165.38 -
System Red Green Blue C M Y K H S L
Decimal 116 44 27 0 0.62 0.77 0.55 11.46 0.62 0.28
Hex 74 2C 1B 0 3E 4D 37 B 3E 1C
Octal 164 54 33 0 76 115 67 13 76 34
Binary 1110100 101100 11011 0 111110 1001101 110111 1011 111110 11100

Color Harmonies of #742C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742C1B

Black with #742C1B

Text Example


Text Example

White with #742C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,44,27); }

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

background-color css

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

 a { background-color: rgb(116,44,27); }

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

border-color css

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

 span { border-color: rgb(116,44,27); }

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