#702517

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

Shades of Pueblo #702517

Tints of Pueblo #702517

Color information

#702517 (or 0x702517) is unknown color: approx Pueblo. HEX triplet: 70, 25 and 17. RGB value is (112,37,23). Sum of RGB (Red+Green+Blue) = 112+37+23=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #702517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702517 is #8FDAE8. Grayscale: #393939. Windows color (decimal): -9427689 or 1516912. OLE color: 1516912.

HSL color Cylindrical-coordinate representation of color #702517: hue angle of 9.44º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #702517 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB1123723-
CMYK00.670.790.56
HSL9.44º65.93%26.47%-
HSV(B)9.44º79.46%43.92%-
XYZ7.54.831.35-
YUV57.83108.35166.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 65.12%
GREEN value IS 37 (14.84% from 255) = 21.51%
BLUE value IS 23 (9.38% from 255) = 13.37%
R=65.12%
G=21.51%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112372300.670.790.569.4465.9326.47
Hex7025170434F389421a
Octal16045270103117701110232
Binary1110000100101101110100001110011111110001001100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702517; }

 p { color: rgb(112,37,23); }

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

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

 a { background-color: rgb(112,37,23); }

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

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

 span { border-color: rgb(112,37,23); }

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