#70483A

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

Shades of Spice #70483A

Tints of Spice #70483A

Color information

#70483A (or 0x70483A) is unknown color: approx Spice. HEX triplet: 70, 48 and 3A. RGB value is (112,72,58). Sum of RGB (Red+Green+Blue) = 112+72+58=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #70483A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70483A is #8FB7C5. Grayscale: #525252. Windows color (decimal): -9418694 or 3819632. OLE color: 3819632.

HSL color Cylindrical-coordinate representation of color #70483A: hue angle of 15.56º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70483A is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB1127258-
CMYK00.360.480.56
HSL15.56º31.76%33.33%-
HSV(B)15.56º48.21%43.92%-
XYZ9.768.385.11-
YUV82.36114.25149.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 72 (28.52% from 255) = 29.75%
BLUE value IS 58 (23.05% from 255) = 23.97%
R=46.28%
G=29.75%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112725800.360.480.5615.5631.7633.33
Hex70483A0243038102021
Octal160110720446070204041
Binary11100001001000111010010010011000011100010000100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70483A; }

 p { color: rgb(112,72,58); }

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

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

 a { background-color: rgb(112,72,58); }

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

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

 span { border-color: rgb(112,72,58); }

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