#703420

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

Shades of Pueblo #703420

Tints of Pueblo #703420

Color information

#703420 (or 0x703420) is unknown color: approx Pueblo. HEX triplet: 70, 34 and 20. RGB value is (112,52,32). Sum of RGB (Red+Green+Blue) = 112+52+32=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #703420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703420 is #8FCBDF. Grayscale: #434343. Windows color (decimal): -9423840 or 2110576. OLE color: 2110576.

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

Color convert

RGB1125232-
CMYK00.540.710.56
HSL15º55.56%28.24%-
HSV(B)15º71.43%43.92%-
XYZ8.176.012.09-
YUV67.66107.88159.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.14%
GREEN value IS 52 (20.70% from 255) = 26.53%
BLUE value IS 32 (12.89% from 255) = 16.33%
R=57.14%
G=26.53%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112523200.540.710.561555.5628.24
Hex7034200364738f381c
Octal160644006610770177034
Binary111000011010010000001101101000111111000111111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703420; }

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

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

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

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

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

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

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

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