#743427

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

Shades of Pueblo #743427

Tints of Pueblo #743427

Color information

#743427 (or 0x743427) is unknown color: approx Pueblo. HEX triplet: 74, 34 and 27. RGB value is (116,52,39). Sum of RGB (Red+Green+Blue) = 116+52+39=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #743427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743427 is #8BCBD8. Grayscale: #454545. Windows color (decimal): -9161689 or 2569332. OLE color: 2569332.

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

Color convert

RGB1165239-
CMYK00.550.660.55
HSL10.13º49.68%30.39%-
HSV(B)10.13º66.38%45.49%-
XYZ8.86.322.67-
YUV69.65110.7161.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.04%
GREEN value IS 52 (20.70% from 255) = 25.12%
BLUE value IS 39 (15.62% from 255) = 18.84%
R=56.04%
G=25.12%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116523900.550.660.5510.1349.6830.39
Hex7434270374237a321e
Octal164644706710267126236
Binary111010011010010011101101111000010110111101011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743427; }

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

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

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

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

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

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

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

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