#703226

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

Shades of Pueblo #703226

Tints of Pueblo #703226

Color information

#703226 (or 0x703226) is unknown color: approx Pueblo. HEX triplet: 70, 32 and 26. RGB value is (112,50,38). Sum of RGB (Red+Green+Blue) = 112+50+38=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 38 (15.23% from 255 or 19% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #703226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703226 is #8FCDD9. Grayscale: #434343. Windows color (decimal): -9424346 or 2503280. OLE color: 2503280.

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

Color convert

RGB1125038-
CMYK00.550.660.56
HSL9.73º49.33%29.41%-
HSV(B)9.73º66.07%43.92%-
XYZ8.175.872.54-
YUV67.17111.54159.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56%
GREEN value IS 50 (19.92% from 255) = 25%
BLUE value IS 38 (15.23% from 255) = 19%
R=56%
G=25%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112503800.550.660.569.7349.3329.41
Hex7032260374238a311d
Octal160624606710270126135
Binary111000011001010011001101111000010111000101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703226; }

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

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

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

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

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

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

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

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