#702F23

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

Shades of Pueblo #702F23

Tints of Pueblo #702F23

Color information

#702F23 (or 0x702F23) is unknown color: approx Pueblo. HEX triplet: 70, 2F and 23. RGB value is (112,47,35). Sum of RGB (Red+Green+Blue) = 112+47+35=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 35 (14.06% from 255 or 18.04% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #702F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702F23 is #8FD0DC. Grayscale: #414141. Windows color (decimal): -9425117 or 2305904. OLE color: 2305904.

HSL color Cylindrical-coordinate representation of color #702F23: hue angle of 9.35º 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 #702F23 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB1124735-
CMYK00.580.690.56
HSL9.35º52.38%28.82%-
HSV(B)9.35º68.75%43.92%-
XYZ85.62.25-
YUV65.07111.03161.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.73%
GREEN value IS 47 (18.75% from 255) = 24.23%
BLUE value IS 35 (14.06% from 255) = 18.04%
R=57.73%
G=24.23%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112473500.580.690.569.3552.3828.82
Hex702F2303A45389341d
Octal160574307210570116435
Binary111000010111110001101110101000101111000100111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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