#702610

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

Shades of Pueblo #702610

Tints of Pueblo #702610

Color information

#702610 (or 0x702610) is unknown color: approx Pueblo. HEX triplet: 70, 26 and 10. RGB value is (112,38,16). Sum of RGB (Red+Green+Blue) = 112+38+16=166 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.47% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 112 - color contains mainly: red. Hex color #702610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702610 is #8FD9EF. Grayscale: #393939. Windows color (decimal): -9427440 or 1058416. OLE color: 1058416.

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

Color convert

RGB1123816-
CMYK00.660.860.56
HSL13.75º75%25.1%-
HSV(B)13.75º85.71%43.92%-
XYZ7.474.871.04-
YUV57.62104.52166.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 67.47%
GREEN value IS 38 (15.23% from 255) = 22.89%
BLUE value IS 16 (6.64% from 255) = 9.64%
R=67.47%
G=22.89%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112381600.660.860.5613.757525.1
Hex7026100425638e4b19
Octal16046200102126701611331
Binary1110000100110100000100001010101101110001110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702610; }

 p { color: rgb(112,38,16); }

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

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

 a { background-color: rgb(112,38,16); }

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

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

 span { border-color: rgb(112,38,16); }

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