#702318

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

Shades of Pueblo #702318

Tints of Pueblo #702318

Color information

#702318 (or 0x702318) is unknown color: approx Pueblo. HEX triplet: 70, 23 and 18. RGB value is (112,35,24). Sum of RGB (Red+Green+Blue) = 112+35+24=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #702318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702318 is #8FDCE7. Grayscale: #383838. Windows color (decimal): -9428200 or 1581936. OLE color: 1581936.

HSL color Cylindrical-coordinate representation of color #702318: hue angle of 7.5º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #702318 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB1123524-
CMYK00.690.790.56
HSL7.5º64.71%26.67%-
HSV(B)7.5º78.57%43.92%-
XYZ7.454.711.38-
YUV56.77109.51167.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 65.50%
GREEN value IS 35 (14.06% from 255) = 20.47%
BLUE value IS 24 (9.77% from 255) = 14.04%
R=65.50%
G=20.47%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112352400.690.790.567.564.7126.67
Hex7023180454F388411b
Octal16043300105117701010133
Binary1110000100011110000100010110011111110001000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702318; }

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

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

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

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

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

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

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

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