#702F27

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

Shades of Pueblo #702F27

Tints of Pueblo #702F27

Color information

#702F27 (or 0x702F27) is unknown color: approx Pueblo. HEX triplet: 70, 2F and 27. RGB value is (112,47,39). Sum of RGB (Red+Green+Blue) = 112+47+39=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 39 (15.62% from 255 or 19.70% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #702F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702F27 is #8FD0D8. Grayscale: #414141. Windows color (decimal): -9425113 or 2568048. OLE color: 2568048.

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

Color convert

RGB1124739-
CMYK00.580.650.56
HSL6.58º48.34%29.61%-
HSV(B)6.58º65.18%43.92%-
XYZ8.065.622.58-
YUV65.52113.03161.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.57%
GREEN value IS 47 (18.75% from 255) = 23.74%
BLUE value IS 39 (15.62% from 255) = 19.70%
R=56.57%
G=23.74%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112473900.580.650.566.5848.3429.61
Hex702F2703A41387301e
Octal16057470721017076036
Binary11100001011111001110111010100000111100011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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