#723421

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

Shades of Pueblo #723421

Tints of Pueblo #723421

Color information

#723421 (or 0x723421) is unknown color: approx Pueblo. HEX triplet: 72, 34 and 21. RGB value is (114,52,33). Sum of RGB (Red+Green+Blue) = 114+52+33=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #723421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723421 is #8DCBDE. Grayscale: #444444. Windows color (decimal): -9292767 or 2176114. OLE color: 2176114.

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

Color convert

RGB1145233-
CMYK00.540.710.55
HSL14.07º55.1%28.82%-
HSV(B)14.07º71.05%44.71%-
XYZ8.446.142.18-
YUV68.37108.04160.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.29%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 33 (13.28% from 255) = 16.58%
R=57.29%
G=26.13%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114523300.540.710.5514.0755.128.82
Hex7234210364737e371d
Octal162644106610767166735
Binary111001011010010000101101101000111110111111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723421; }

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

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

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

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

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

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

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

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