#703423

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

Shades of Pueblo #703423

Tints of Pueblo #703423

Color information

#703423 (or 0x703423) is unknown color: approx Pueblo. HEX triplet: 70, 34 and 23. RGB value is (112,52,35). Sum of RGB (Red+Green+Blue) = 112+52+35=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #703423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703423 is #8FCBDC. Grayscale: #444444. Windows color (decimal): -9423837 or 2307184. OLE color: 2307184.

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

Color convert

RGB1125235-
CMYK00.540.690.56
HSL13.25º52.38%28.82%-
HSV(B)13.25º68.75%43.92%-
XYZ8.216.022.32-
YUV68109.38159.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.28%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 35 (14.06% from 255) = 17.59%
R=56.28%
G=26.13%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112523500.540.690.5613.2552.3828.82
Hex7034230364538d341d
Octal160644306610570156435
Binary111000011010010001101101101000101111000110111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703423; }

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

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

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

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

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

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

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

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