#723125

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

Shades of Pueblo #723125

Tints of Pueblo #723125

Color information

#723125 (or 0x723125) is unknown color: approx Pueblo. HEX triplet: 72, 31 and 25. RGB value is (114,49,37). Sum of RGB (Red+Green+Blue) = 114+49+37=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #723125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723125 is #8DCEDA. Grayscale: #434343. Windows color (decimal): -9293531 or 2437490. OLE color: 2437490.

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

Color convert

RGB1144937-
CMYK00.570.680.55
HSL9.35º50.99%29.61%-
HSV(B)9.35º67.54%44.71%-
XYZ8.375.912.45-
YUV67.07111.03161.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57%
GREEN value IS 49 (19.53% from 255) = 24.5%
BLUE value IS 37 (14.84% from 255) = 18.5%
R=57%
G=24.5%
B=18.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114493700.570.680.559.3550.9929.61
Hex72312503944379331e
Octal162614507110467116336
Binary111001011000110010101110011000100110111100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723125; }

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

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

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

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

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

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

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

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