#83442D

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

Shades of Cumin #83442D

Tints of Cumin #83442D

Color information

#83442D (or 0x83442D) is unknown color: approx Cumin. HEX triplet: 83, 44 and 2D. RGB value is (131,68,45). Sum of RGB (Red+Green+Blue) = 131+68+45=244 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.69% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 131 - color contains mainly: red. Hex color #83442D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83442D is #7CBBD2. Grayscale: #545454. Windows color (decimal): -8174547 or 2966659. OLE color: 2966659.

HSL color Cylindrical-coordinate representation of color #83442D: hue angle of 16.05º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83442D is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB1316845-
CMYK00.480.660.49
HSL16.05º48.86%34.51%-
HSV(B)16.05º65.65%51.37%-
XYZ11.99.153.62-
YUV84.21105.87161.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.69%
GREEN value IS 68 (26.95% from 255) = 27.87%
BLUE value IS 45 (17.97% from 255) = 18.44%
R=53.69%
G=27.87%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131684500.480.660.4916.0548.8634.51
Hex83442D0304231103123
Octal2031045506010261206143
Binary1000001110001001011010110000100001011000110000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83442D; }

 p { color: rgb(131,68,45); }

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

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

 a { background-color: rgb(131,68,45); }

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

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

 span { border-color: rgb(131,68,45); }

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