#703325

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

Shades of Pueblo #703325

Tints of Pueblo #703325

Color information

#703325 (or 0x703325) is unknown color: approx Pueblo. HEX triplet: 70, 33 and 25. RGB value is (112,51,37). Sum of RGB (Red+Green+Blue) = 112+51+37=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #703325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703325 is #8FCCDA. Grayscale: #434343. Windows color (decimal): -9424091 or 2438000. OLE color: 2438000.

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

Color convert

RGB1125137-
CMYK00.540.670.56
HSL11.2º50.34%29.22%-
HSV(B)11.2º66.96%43.92%-
XYZ8.25.952.47-
YUV67.64110.71159.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56%
GREEN value IS 51 (20.31% from 255) = 25.5%
BLUE value IS 37 (14.84% from 255) = 18.5%
R=56%
G=25.5%
B=18.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112513700.540.670.5611.250.3429.22
Hex7033250364338b321d
Octal160634506610370136235
Binary111000011001110010101101101000011111000101111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703325; }

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

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

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

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

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

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

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

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