#703225

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

Shades of Pueblo #703225

Tints of Pueblo #703225

Color information

#703225 (or 0x703225) is unknown color: approx Pueblo. HEX triplet: 70, 32 and 25. RGB value is (112,50,37). Sum of RGB (Red+Green+Blue) = 112+50+37=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #703225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703225 is #8FCDDA. Grayscale: #434343. Windows color (decimal): -9424347 or 2437744. OLE color: 2437744.

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

Color convert

RGB1125037-
CMYK00.550.670.56
HSL10.4º50.34%29.22%-
HSV(B)10.4º66.96%43.92%-
XYZ8.165.862.45-
YUV67.06111.04160.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.28%
GREEN value IS 50 (19.92% from 255) = 25.13%
BLUE value IS 37 (14.84% from 255) = 18.59%
R=56.28%
G=25.13%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112503700.550.670.5610.450.3429.22
Hex7032250374338a321d
Octal160624506710370126235
Binary111000011001010010101101111000011111000101011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703225; }

 p { color: rgb(112,50,37); }

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

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

 a { background-color: rgb(112,50,37); }

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

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

 span { border-color: rgb(112,50,37); }

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