#702E15

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

Shades of Pueblo #702E15

Tints of Pueblo #702E15

Color information

#702E15 (or 0x702E15) is unknown color: approx Pueblo. HEX triplet: 70, 2E and 15. RGB value is (112,46,21). Sum of RGB (Red+Green+Blue) = 112+46+21=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 46 (18.36% from 255 or 25.70% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #702E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702E15 is #8FD1EA. Grayscale: #3F3F3F. Windows color (decimal): -9425387 or 1388144. OLE color: 1388144.

HSL color Cylindrical-coordinate representation of color #702E15: hue angle of 16.48º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #702E15 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB1124621-
CMYK00.590.810.56
HSL16.48º68.42%26.08%-
HSV(B)16.48º81.25%43.92%-
XYZ7.795.451.35-
YUV62.88104.37163.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.57%
GREEN value IS 46 (18.36% from 255) = 25.70%
BLUE value IS 21 (8.59% from 255) = 11.73%
R=62.57%
G=25.70%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112462100.590.810.5616.4868.4226.08
Hex702E1503B513810441a
Octal1605625073121702010432
Binary1110000101110101010111011101000111100010000100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,46,21); }

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

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

 a { background-color: rgb(112,46,21); }

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

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

 span { border-color: rgb(112,46,21); }

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