Html Css Color HEX #83492B Korma

📋 copy color: '#83492B'

red 131 ◦ green 73 ◦ blue 43

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

Shades of Korma #83492B

Tints of Korma #83492B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.55%

 BLUE value IS 43 (17.19% from 255) = 17.41%

R = 53.04%
G = 29.55%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#83492B (or 0x83492B) is known color: Korma. HEX triplet: 83, 49 and 2B. RGB value is (131,73,43). Sum of RGB (Red+Green+Blue) = 131+73+43=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #83492B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83492B is #7CB6D4. Grayscale: #575757. Windows color (decimal): -8173269 or 2836867. OLE color: 2836867.

HSL color Cylindrical-coordinate representation of color #83492B: hue angle of 20.45º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #83492B is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 73 43 -
CMYK 0 0.44 0.67 0.49
HSL 20.45º 0.51% 0.34% -
HSV(B) 20.45º 0.67% 0.51% -
XYZ 12.18 9.76 3.53 -
YUV 86.92 103.22 159.44 -
System Red Green Blue C M Y K H S L
Decimal 131 73 43 0 0.44 0.67 0.49 20.45 0.51 0.34
Hex 83 49 2B 0 2C 43 31 14 33 22
Octal 203 111 53 0 54 103 61 24 63 42
Binary 10000011 1001001 101011 0 101100 1000011 110001 10100 110011 100010

Color Harmonies of #83492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83492B

Black with #83492B

Text Example


Text Example

White with #83492B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83492B; }

 p { color: rgb(131,73,43); }

 H1.HeaderClassName
 {
   color: #83492B;
 }
 .AnyTagClassName
 {
   color: #83492B;
 }
</style>

background-color css

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

 a { background-color: rgb(131,73,43); }

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

border-color css

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

 span { border-color: rgb(131,73,43); }

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