Html Css Color HEX #742F1C Pueblo

📋 copy color: '#742F1C'

red 116 ◦ green 47 ◦ blue 28

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

Shades of Pueblo #742F1C

Tints of Pueblo #742F1C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.61%

 BLUE value IS 28 (11.33% from 255) = 14.66%

R = 60.73%
G = 24.61%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#742F1C (or 0x742F1C) is known color: Pueblo. HEX triplet: 74, 2F and 1C. RGB value is (116,47,28). Sum of RGB (Red+Green+Blue) = 116+47+28=191 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.73% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 116 - color contains mainly: red. Hex color #742F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742F1C is #8BD0E3. Grayscale: #414141. Windows color (decimal): -9162980 or 1847156. OLE color: 1847156.

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

Color convert

RGB 116 47 28 -
CMYK 0 0.59 0.76 0.55
HSL 12.95º 0.61% 0.28% -
HSV(B) 12.95º 0.76% 0.45% -
XYZ 8.43 5.83 1.78 -
YUV 65.47 106.86 164.04 -
System Red Green Blue C M Y K H S L
Decimal 116 47 28 0 0.59 0.76 0.55 12.95 0.61 0.28
Hex 74 2F 1C 0 3B 4C 37 D 3D 1C
Octal 164 57 34 0 73 114 67 15 75 34
Binary 1110100 101111 11100 0 111011 1001100 110111 1101 111101 11100

Color Harmonies of #742F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742F1C

Black with #742F1C

Text Example


Text Example

White with #742F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,47,28); }

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

background-color css

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

 a { background-color: rgb(116,47,28); }

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

border-color css

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

 span { border-color: rgb(116,47,28); }

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