#702B1B

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

Shades of Pueblo #702B1B

Tints of Pueblo #702B1B

Color information

#702B1B (or 0x702B1B) is unknown color: approx Pueblo. HEX triplet: 70, 2B and 1B. RGB value is (112,43,27). Sum of RGB (Red+Green+Blue) = 112+43+27=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #702B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702B1B is #8FD4E4. Grayscale: #3D3D3D. Windows color (decimal): -9426149 or 1780592. OLE color: 1780592.

HSL color Cylindrical-coordinate representation of color #702B1B: hue angle of 11.29º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #702B1B is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB1124327-
CMYK00.620.760.56
HSL11.29º61.15%27.25%-
HSV(B)11.29º75.89%43.92%-
XYZ7.745.251.64-
YUV61.81108.36163.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.54%
GREEN value IS 43 (17.19% from 255) = 23.63%
BLUE value IS 27 (10.94% from 255) = 14.84%
R=61.54%
G=23.63%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112432700.620.760.5611.2961.1527.25
Hex702B1B03E4C38b3d1b
Octal160533307611470137533
Binary11100001010111101101111101001100111000101111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,43,27); }

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

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

 a { background-color: rgb(112,43,27); }

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

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

 span { border-color: rgb(112,43,27); }

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