#703427

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

Shades of Pueblo #703427

Tints of Pueblo #703427

Color information

#703427 (or 0x703427) is unknown color: approx Pueblo. HEX triplet: 70, 34 and 27. RGB value is (112,52,39). Sum of RGB (Red+Green+Blue) = 112+52+39=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #703427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703427 is #8FCBD8. Grayscale: #444444. Windows color (decimal): -9423833 or 2569328. OLE color: 2569328.

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

Color convert

RGB1125239-
CMYK00.540.650.56
HSL10.68º48.34%29.61%-
HSV(B)10.68º65.18%43.92%-
XYZ8.286.052.65-
YUV68.46111.38159.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.17%
GREEN value IS 52 (20.70% from 255) = 25.62%
BLUE value IS 39 (15.62% from 255) = 19.21%
R=55.17%
G=25.62%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112523900.540.650.5610.6848.3429.61
Hex7034270364138b301e
Octal160644706610170136036
Binary111000011010010011101101101000001111000101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703427; }

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

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

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

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

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

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

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

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