#70270E

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

Shades of Pueblo #70270E

Tints of Pueblo #70270E

Color information

#70270E (or 0x70270E) is unknown color: approx Pueblo. HEX triplet: 70, 27 and 0E. RGB value is (112,39,14). Sum of RGB (Red+Green+Blue) = 112+39+14=165 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.88% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 112 - color contains mainly: red. Hex color #70270E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70270E is #8FD8F1. Grayscale: #3A3A3A. Windows color (decimal): -9427186 or 927600. OLE color: 927600.

HSL color Cylindrical-coordinate representation of color #70270E: hue angle of 15.31º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70270E is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB1123914-
CMYK00.650.880.56
HSL15.31º77.78%24.71%-
HSV(B)15.31º87.5%43.92%-
XYZ7.494.930.97-
YUV57.98103.18166.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 67.88%
GREEN value IS 39 (15.62% from 255) = 23.64%
BLUE value IS 14 (5.86% from 255) = 8.48%
R=67.88%
G=23.64%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112391400.650.880.5615.3177.7824.71
Hex7027E0415838f4e19
Octal16047160101130701711631
Binary111000010011111100100000110110001110001111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70270E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70270E; }

 p { color: rgb(112,39,14); }

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

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

 a { background-color: rgb(112,39,14); }

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

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

 span { border-color: rgb(112,39,14); }

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