Html Css Color HEX #83482C Korma

📋 copy color: '#83482C'

red 131 ◦ green 72 ◦ blue 44

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

Shades of Korma #83482C

Tints of Korma #83482C

RGB

 RED value IS 131 (51.56% from 255) = 53.04%

 GREEN value IS 72 (28.52% from 255) = 29.15%

 BLUE value IS 44 (17.58% from 255) = 17.81%

R = 53.04%
G = 29.15%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#83482C (or 0x83482C) is known color: Korma. HEX triplet: 83, 48 and 2C. RGB value is (131,72,44). Sum of RGB (Red+Green+Blue) = 131+72+44=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #83482C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83482C is #7CB7D3. Grayscale: #565656. Windows color (decimal): -8173524 or 2902147. OLE color: 2902147.

HSL color Cylindrical-coordinate representation of color #83482C: hue angle of 19.31º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83482C is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 72 44 -
CMYK 0 0.45 0.66 0.49
HSL 19.31º 0.5% 0.34% -
HSV(B) 19.31º 0.66% 0.51% -
XYZ 12.13 9.64 3.6 -
YUV 86.45 104.05 159.78 -
System Red Green Blue C M Y K H S L
Decimal 131 72 44 0 0.45 0.66 0.49 19.31 0.5 0.34
Hex 83 48 2C 0 2D 42 31 13 32 22
Octal 203 110 54 0 55 102 61 23 62 42
Binary 10000011 1001000 101100 0 101101 1000010 110001 10011 110010 100010

Color Harmonies of #83482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83482C

Black with #83482C

Text Example


Text Example

White with #83482C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83482C; }

 p { color: rgb(131,72,44); }

 H1.HeaderClassName
 {
   color: #83482C;
 }
 .AnyTagClassName
 {
   color: #83482C;
 }
</style>

background-color css

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

 a { background-color: rgb(131,72,44); }

 div.DivClassName
 {
   background-color: #83482C;
 }
 .BgClassName
 {
   background-color: #83482C;
 }
</style>

border-color css

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

 span { border-color: rgb(131,72,44); }

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