#703326

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

Shades of Pueblo #703326

Tints of Pueblo #703326

Color information

#703326 (or 0x703326) is unknown color: approx Pueblo. HEX triplet: 70, 33 and 26. RGB value is (112,51,38). Sum of RGB (Red+Green+Blue) = 112+51+38=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #703326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703326 is #8FCCD9. Grayscale: #434343. Windows color (decimal): -9424090 or 2503536. OLE color: 2503536.

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

Color convert

RGB1125138-
CMYK00.540.660.56
HSL10.54º49.33%29.41%-
HSV(B)10.54º66.07%43.92%-
XYZ8.225.952.55-
YUV67.76111.21159.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.72%
GREEN value IS 51 (20.31% from 255) = 25.37%
BLUE value IS 38 (15.23% from 255) = 18.91%
R=55.72%
G=25.37%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112513800.540.660.5610.5449.3329.41
Hex7033260364238b311d
Octal160634606610270136135
Binary111000011001110011001101101000010111000101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703326; }

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

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

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

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

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

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

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

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