#702D1E

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

Shades of Pueblo #702D1E

Tints of Pueblo #702D1E

Color information

#702D1E (or 0x702D1E) is unknown color: approx Pueblo. HEX triplet: 70, 2D and 1E. RGB value is (112,45,30). Sum of RGB (Red+Green+Blue) = 112+45+30=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #702D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702D1E is #8FD2E1. Grayscale: #3F3F3F. Windows color (decimal): -9425634 or 1977712. OLE color: 1977712.

HSL color Cylindrical-coordinate representation of color #702D1E: hue angle of 10.98º 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 #702D1E is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1124530-
CMYK00.600.730.56
HSL10.98º57.75%27.84%-
HSV(B)10.98º73.21%43.92%-
XYZ7.855.421.86-
YUV63.32109.2162.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.89%
GREEN value IS 45 (17.97% from 255) = 24.06%
BLUE value IS 30 (12.11% from 255) = 16.04%
R=59.89%
G=24.06%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112453000.600.730.5610.9857.7527.84
Hex702D1E03C4938b3a1c
Octal160553607411170137234
Binary11100001011011111001111001001001111000101111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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