Html Css Color HEX #83442D Cumin

📋 copy color: '#83442D'

red 131 ◦ green 68 ◦ blue 45

#83442D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cumin #83442D

Tints of Cumin #83442D

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 value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#83442D (or 0x83442D) is known color: 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

RGB 131 68 45 -
CMYK 0 0.48 0.66 0.49
HSL 16.05º 0.49% 0.35% -
HSV(B) 16.05º 0.66% 0.51% -
XYZ 11.9 9.15 3.62 -
YUV 84.22 105.87 161.37 -
System Red Green Blue C M Y K H S L
Decimal 131 68 45 0 0.48 0.66 0.49 16.05 0.49 0.35
Hex 83 44 2D 0 30 42 31 10 31 23
Octal 203 104 55 0 60 102 61 20 61 43
Binary 10000011 1000100 101101 0 110000 1000010 110001 10000 110001 100011

Color Harmonies of #83442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83442D

Black with #83442D

Text Example


Text Example

White with #83442D

Text Example


Text Example

HTML Codes & Css Web 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>