#703525

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

Shades of Pueblo #703525

Tints of Pueblo #703525

Color information

#703525 (or 0x703525) is unknown color: approx Pueblo. HEX triplet: 70, 35 and 25. RGB value is (112,53,37). Sum of RGB (Red+Green+Blue) = 112+53+37=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #703525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703525 is #8FCADA. Grayscale: #444444. Windows color (decimal): -9423579 or 2438512. OLE color: 2438512.

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

Color convert

RGB1125337-
CMYK00.530.670.56
HSL12.8º50.34%29.22%-
HSV(B)12.8º66.96%43.92%-
XYZ8.296.122.5-
YUV68.82110.05158.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.45%
GREEN value IS 53 (21.09% from 255) = 26.24%
BLUE value IS 37 (14.84% from 255) = 18.32%
R=55.45%
G=26.24%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112533700.530.670.5612.850.3429.22
Hex7035250354338d321d
Octal160654506510370156235
Binary111000011010110010101101011000011111000110111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703525; }

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

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

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

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

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

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

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

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