#703023

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

Shades of Pueblo #703023

Tints of Pueblo #703023

Color information

#703023 (or 0x703023) is unknown color: approx Pueblo. HEX triplet: 70, 30 and 23. RGB value is (112,48,35). Sum of RGB (Red+Green+Blue) = 112+48+35=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 35 (14.06% from 255 or 17.95% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #703023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703023 is #8FCFDC. Grayscale: #414141. Windows color (decimal): -9424861 or 2306160. OLE color: 2306160.

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

Color convert

RGB1124835-
CMYK00.570.690.56
HSL10.13º52.38%28.82%-
HSV(B)10.13º68.75%43.92%-
XYZ8.045.682.26-
YUV65.65110.7161.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.44%
GREEN value IS 48 (19.14% from 255) = 24.62%
BLUE value IS 35 (14.06% from 255) = 17.95%
R=57.44%
G=24.62%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112483500.570.690.5610.1352.3828.82
Hex7030230394538a341d
Octal160604307110570126435
Binary111000011000010001101110011000101111000101011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703023; }

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

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

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

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

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

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

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

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