#723425

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

Shades of Pueblo #723425

Tints of Pueblo #723425

Color information

#723425 (or 0x723425) is unknown color: approx Pueblo. HEX triplet: 72, 34 and 25. RGB value is (114,52,37). Sum of RGB (Red+Green+Blue) = 114+52+37=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #723425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723425 is #8DCBDA. Grayscale: #444444. Windows color (decimal): -9292763 or 2438258. OLE color: 2438258.

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

Color convert

RGB1145237-
CMYK00.540.680.55
HSL11.69º50.99%29.61%-
HSV(B)11.69º67.54%44.71%-
XYZ8.56.172.49-
YUV68.83110.04160.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.16%
GREEN value IS 52 (20.70% from 255) = 25.62%
BLUE value IS 37 (14.84% from 255) = 18.23%
R=56.16%
G=25.62%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114523700.540.680.5511.6950.9929.61
Hex7234250364437c331e
Octal162644506610467146336
Binary111001011010010010101101101000100110111110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723425; }

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

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

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

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

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

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

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

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