#722F25

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

Shades of Pueblo #722F25

Tints of Pueblo #722F25

Color information

#722F25 (or 0x722F25) is unknown color: approx Pueblo. HEX triplet: 72, 2F and 25. RGB value is (114,47,37). Sum of RGB (Red+Green+Blue) = 114+47+37=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #722F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722F25 is #8DD0DA. Grayscale: #424242. Windows color (decimal): -9294043 or 2436978. OLE color: 2436978.

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

Color convert

RGB1144737-
CMYK00.590.680.55
HSL7.79º50.99%29.61%-
HSV(B)7.79º67.54%44.71%-
XYZ8.295.742.42-
YUV65.89111.7162.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.58%
GREEN value IS 47 (18.75% from 255) = 23.74%
BLUE value IS 37 (14.84% from 255) = 18.69%
R=57.58%
G=23.74%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114473700.590.680.557.7950.9929.61
Hex722F2503B44378331e
Octal162574507310467106336
Binary111001010111110010101110111000100110111100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722F25; }

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

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

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

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

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

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

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

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