#702F26

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

Shades of Pueblo #702F26

Tints of Pueblo #702F26

Color information

#702F26 (or 0x702F26) is unknown color: approx Pueblo. HEX triplet: 70, 2F and 26. RGB value is (112,47,38). Sum of RGB (Red+Green+Blue) = 112+47+38=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #702F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702F26 is #8FD0D9. Grayscale: #414141. Windows color (decimal): -9425114 or 2502512. OLE color: 2502512.

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

Color convert

RGB1124738-
CMYK00.580.660.56
HSL7.3º49.33%29.41%-
HSV(B)7.3º66.07%43.92%-
XYZ8.055.622.49-
YUV65.41112.53161.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.85%
GREEN value IS 47 (18.75% from 255) = 23.86%
BLUE value IS 38 (15.23% from 255) = 19.29%
R=56.85%
G=23.86%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112473800.580.660.567.349.3329.41
Hex702F2603A42387311d
Octal16057460721027076135
Binary11100001011111001100111010100001011100011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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