#723628

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

Shades of Pueblo #723628

Tints of Pueblo #723628

Color information

#723628 (or 0x723628) is unknown color: approx Pueblo. HEX triplet: 72, 36 and 28. RGB value is (114,54,40). Sum of RGB (Red+Green+Blue) = 114+54+40=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #723628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723628 is #8DC9D7. Grayscale: #464646. Windows color (decimal): -9292248 or 2635378. OLE color: 2635378.

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

Color convert

RGB1145440-
CMYK00.530.650.55
HSL11.35º48.05%30.2%-
HSV(B)11.35º64.91%44.71%-
XYZ8.646.372.78-
YUV70.34110.88159.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.81%
GREEN value IS 54 (21.48% from 255) = 25.96%
BLUE value IS 40 (16.02% from 255) = 19.23%
R=54.81%
G=25.96%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114544000.530.650.5511.3548.0530.2
Hex7236280354137b301e
Octal162665006510167136036
Binary111001011011010100001101011000001110111101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723628; }

 p { color: rgb(114,54,40); }

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

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

 a { background-color: rgb(114,54,40); }

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

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

 span { border-color: rgb(114,54,40); }

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