#702E25

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

Shades of Pueblo #702E25

Tints of Pueblo #702E25

Color information

#702E25 (or 0x702E25) is unknown color: approx Pueblo. HEX triplet: 70, 2E and 25. RGB value is (112,46,37). Sum of RGB (Red+Green+Blue) = 112+46+37=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #702E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702E25 is #8FD1DA. Grayscale: #404040. Windows color (decimal): -9425371 or 2436720. OLE color: 2436720.

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

Color convert

RGB1124637-
CMYK00.590.670.56
HSL7.2º50.34%29.22%-
HSV(B)7.2º66.96%43.92%-
XYZ7.995.532.4-
YUV64.71112.37161.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.44%
GREEN value IS 46 (18.36% from 255) = 23.59%
BLUE value IS 37 (14.84% from 255) = 18.97%
R=57.44%
G=23.59%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112463700.590.670.567.250.3429.22
Hex702E2503B43387321d
Octal16056450731037076235
Binary11100001011101001010111011100001111100011111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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