#723427

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

Shades of Pueblo #723427

Tints of Pueblo #723427

Color information

#723427 (or 0x723427) is unknown color: approx Pueblo. HEX triplet: 72, 34 and 27. RGB value is (114,52,39). Sum of RGB (Red+Green+Blue) = 114+52+39=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #723427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723427 is #8DCBD8. Grayscale: #454545. Windows color (decimal): -9292761 or 2569330. OLE color: 2569330.

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

Color convert

RGB1145239-
CMYK00.540.660.55
HSL10.4º49.02%30%-
HSV(B)10.4º65.79%44.71%-
XYZ8.536.182.66-
YUV69.06111.04160.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.61%
GREEN value IS 52 (20.70% from 255) = 25.37%
BLUE value IS 39 (15.62% from 255) = 19.02%
R=55.61%
G=25.37%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114523900.540.660.5510.449.0230
Hex7234270364237a311e
Octal162644706610267126136
Binary111001011010010011101101101000010110111101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723427; }

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

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

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

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

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

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

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

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