#70301C

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

Shades of Pueblo #70301C

Tints of Pueblo #70301C

Color information

#70301C (or 0x70301C) is unknown color: approx Pueblo. HEX triplet: 70, 30 and 1C. RGB value is (112,48,28). Sum of RGB (Red+Green+Blue) = 112+48+28=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #70301C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70301C is #8FCFE3. Grayscale: #414141. Windows color (decimal): -9424868 or 1847408. OLE color: 1847408.

HSL color Cylindrical-coordinate representation of color #70301C: hue angle of 14.29º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70301C is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB1124828-
CMYK00.570.750.56
HSL14.29º60%27.45%-
HSV(B)14.29º75%43.92%-
XYZ7.955.641.77-
YUV64.86107.2161.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.57%
GREEN value IS 48 (19.14% from 255) = 25.53%
BLUE value IS 28 (11.33% from 255) = 14.89%
R=59.57%
G=25.53%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112482800.570.750.5614.296027.45
Hex70301C0394B38e3c1b
Octal160603407111370167433
Binary11100001100001110001110011001011111000111011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70301C; }

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

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

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

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

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

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

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

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