#703426

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

Shades of Pueblo #703426

Tints of Pueblo #703426

Color information

#703426 (or 0x703426) is unknown color: approx Pueblo. HEX triplet: 70, 34 and 26. RGB value is (112,52,38). Sum of RGB (Red+Green+Blue) = 112+52+38=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 38 (15.23% from 255 or 18.81% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #703426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703426 is #8FCBD9. Grayscale: #444444. Windows color (decimal): -9423834 or 2503792. OLE color: 2503792.

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

Color convert

RGB1125238-
CMYK00.540.660.56
HSL11.35º49.33%29.41%-
HSV(B)11.35º66.07%43.92%-
XYZ8.266.042.56-
YUV68.34110.88159.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.45%
GREEN value IS 52 (20.70% from 255) = 25.74%
BLUE value IS 38 (15.23% from 255) = 18.81%
R=55.45%
G=25.74%
B=18.81%

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
Decimal112523800.540.660.5611.3549.3329.41
Hex7034260364238b311d
Octal160644606610270136135
Binary111000011010010011001101101000010111000101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703426; }

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

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

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

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

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

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

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

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