#702F1E

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

Shades of Pueblo #702F1E

Tints of Pueblo #702F1E

Color information

#702F1E (or 0x702F1E) is unknown color: approx Pueblo. HEX triplet: 70, 2F and 1E. RGB value is (112,47,30). Sum of RGB (Red+Green+Blue) = 112+47+30=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #702F1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702F1E is #8FD0E1. Grayscale: #404040. Windows color (decimal): -9425122 or 1978224. OLE color: 1978224.

HSL color Cylindrical-coordinate representation of color #702F1E: hue angle of 12.44º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #702F1E is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1124730-
CMYK00.580.730.56
HSL12.44º57.75%27.84%-
HSV(B)12.44º73.21%43.92%-
XYZ7.935.571.89-
YUV64.5108.53161.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.26%
GREEN value IS 47 (18.75% from 255) = 24.87%
BLUE value IS 30 (12.11% from 255) = 15.87%
R=59.26%
G=24.87%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112473000.580.730.5612.4457.7527.84
Hex702F1E03A4938c3a1c
Octal160573607211170147234
Binary11100001011111111001110101001001111000110011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702F1E; }

 p { color: rgb(112,47,30); }

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

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

 a { background-color: rgb(112,47,30); }

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

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

 span { border-color: rgb(112,47,30); }

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