#743827

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

Shades of Pueblo #743827

Tints of Pueblo #743827

Color information

#743827 (or 0x743827) is unknown color: approx Pueblo. HEX triplet: 74, 38 and 27. RGB value is (116,56,39). Sum of RGB (Red+Green+Blue) = 116+56+39=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #743827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743827 is #8BC7D8. Grayscale: #484848. Windows color (decimal): -9160665 or 2570356. OLE color: 2570356.

HSL color Cylindrical-coordinate representation of color #743827: hue angle of 13.25º 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 #743827 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB1165639-
CMYK00.520.660.55
HSL13.25º49.68%30.39%-
HSV(B)13.25º66.38%45.49%-
XYZ8.986.692.74-
YUV72109.38159.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.98%
GREEN value IS 56 (22.27% from 255) = 26.54%
BLUE value IS 39 (15.62% from 255) = 18.48%
R=54.98%
G=26.54%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116563900.520.660.5513.2549.6830.39
Hex7438270344237d321e
Octal164704706410267156236
Binary111010011100010011101101001000010110111110111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743827; }

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

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

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

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

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

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

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

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