#723020

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

Shades of Pueblo #723020

Tints of Pueblo #723020

Color information

#723020 (or 0x723020) is unknown color: approx Pueblo. HEX triplet: 72, 30 and 20. RGB value is (114,48,32). Sum of RGB (Red+Green+Blue) = 114+48+32=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #723020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723020 is #8DCFDF. Grayscale: #424242. Windows color (decimal): -9293792 or 2109554. OLE color: 2109554.

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

Color convert

RGB1144832-
CMYK00.580.720.55
HSL11.71º56.16%28.63%-
HSV(B)11.71º71.93%44.71%-
XYZ8.265.82.05-
YUV65.91108.87162.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.76%
GREEN value IS 48 (19.14% from 255) = 24.74%
BLUE value IS 32 (12.89% from 255) = 16.49%
R=58.76%
G=24.74%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114483200.580.720.5511.7156.1628.63
Hex72302003A4837c381d
Octal162604007211067147035
Binary111001011000010000001110101001000110111110011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723020; }

 p { color: rgb(114,48,32); }

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

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

 a { background-color: rgb(114,48,32); }

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

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

 span { border-color: rgb(114,48,32); }

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