#723420

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

Shades of Pueblo #723420

Tints of Pueblo #723420

Color information

#723420 (or 0x723420) is unknown color: approx Pueblo. HEX triplet: 72, 34 and 20. RGB value is (114,52,32). Sum of RGB (Red+Green+Blue) = 114+52+32=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #723420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723420 is #8DCBDF. Grayscale: #444444. Windows color (decimal): -9292768 or 2110578. OLE color: 2110578.

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

Color convert

RGB1145232-
CMYK00.540.720.55
HSL14.63º56.16%28.63%-
HSV(B)14.63º71.93%44.71%-
XYZ8.436.142.11-
YUV68.26107.54160.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.58%
GREEN value IS 52 (20.70% from 255) = 26.26%
BLUE value IS 32 (12.89% from 255) = 16.16%
R=57.58%
G=26.26%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114523200.540.720.5514.6356.1628.63
Hex7234200364837f381d
Octal162644006611067177035
Binary111001011010010000001101101001000110111111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723420; }

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

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

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

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

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

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

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

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