#743927

Color #743927 Pueblo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pueblo #743927

Tints of Pueblo #743927

Color information

#743927 (or 0x743927) is unknown color: approx Pueblo. HEX triplet: 74, 39 and 27. RGB value is (116,57,39). Sum of RGB (Red+Green+Blue) = 116+57+39=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #743927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743927 is #8BC6D8. Grayscale: #484848. Windows color (decimal): -9160409 or 2570612. OLE color: 2570612.

HSL color Cylindrical-coordinate representation of color #743927: hue angle of 14.03º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #743927 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB1165739-
CMYK00.510.660.55
HSL14.03º49.68%30.39%-
HSV(B)14.03º66.38%45.49%-
XYZ9.036.792.75-
YUV72.59109.05158.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.72%
GREEN value IS 57 (22.66% from 255) = 26.89%
BLUE value IS 39 (15.62% from 255) = 18.40%
R=54.72%
G=26.89%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116573900.510.660.5514.0349.6830.39
Hex7439270334237e321e
Octal164714706310267166236
Binary111010011100110011101100111000010110111111011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743927; }

 p { color: rgb(116,57,39); }

 H1.HeaderClassName
 {
   color: #743927;
 }
 .AnyTagClassName
 {
   color: #743927;
 }
</style>
background-color css

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

 a { background-color: rgb(116,57,39); }

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

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

 span { border-color: rgb(116,57,39); }

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