#702C23

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

Shades of Pueblo #702C23

Tints of Pueblo #702C23

Color information

#702C23 (or 0x702C23) is unknown color: approx Pueblo. HEX triplet: 70, 2C and 23. RGB value is (112,44,35). Sum of RGB (Red+Green+Blue) = 112+44+35=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 35 (14.06% from 255 or 18.32% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #702C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702C23 is #8FD3DC. Grayscale: #3F3F3F. Windows color (decimal): -9425885 or 2305136. OLE color: 2305136.

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

Color convert

RGB1124435-
CMYK00.610.690.56
HSL7.01º52.38%28.82%-
HSV(B)7.01º68.75%43.92%-
XYZ7.895.372.21-
YUV63.31112.03162.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.64%
GREEN value IS 44 (17.58% from 255) = 23.04%
BLUE value IS 35 (14.06% from 255) = 18.32%
R=58.64%
G=23.04%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112443500.610.690.567.0152.3828.82
Hex702C2303D45387341d
Octal16054430751057076435
Binary11100001011001000110111101100010111100011111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,44,35); }

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

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

 a { background-color: rgb(112,44,35); }

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

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

 span { border-color: rgb(112,44,35); }

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