#703024

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

Shades of Pueblo #703024

Tints of Pueblo #703024

Color information

#703024 (or 0x703024) is unknown color: approx Pueblo. HEX triplet: 70, 30 and 24. RGB value is (112,48,36). Sum of RGB (Red+Green+Blue) = 112+48+36=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #703024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703024 is #8FCFDB. Grayscale: #414141. Windows color (decimal): -9424860 or 2371696. OLE color: 2371696.

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

Color convert

RGB1124836-
CMYK00.570.680.56
HSL9.47º51.35%29.02%-
HSV(B)9.47º67.86%43.92%-
XYZ8.065.692.34-
YUV65.77111.2160.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.14%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 36 (14.45% from 255) = 18.37%
R=57.14%
G=24.49%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112483600.570.680.569.4751.3529.02
Hex70302403944389331d
Octal160604407110470116335
Binary111000011000010010001110011000100111000100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703024; }

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

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

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

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

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

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

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

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