Html Css Color HEX #83492E Korma

📋 copy color: '#83492E'

red 131 ◦ green 73 ◦ blue 46

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

Shades of Korma #83492E

Tints of Korma #83492E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.4%

R = 52.4%
G = 29.2%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#83492E (or 0x83492E) is known color: Korma. HEX triplet: 83, 49 and 2E. RGB value is (131,73,46). Sum of RGB (Red+Green+Blue) = 131+73+46=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #83492E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83492E is #7CB6D1. Grayscale: #575757. Windows color (decimal): -8173266 or 3033475. OLE color: 3033475.

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

Color convert

RGB 131 73 46 -
CMYK 0 0.44 0.65 0.49
HSL 19.06º 0.48% 0.35% -
HSV(B) 19.06º 0.65% 0.51% -
XYZ 12.24 9.79 3.83 -
YUV 87.26 104.72 159.2 -
System Red Green Blue C M Y K H S L
Decimal 131 73 46 0 0.44 0.65 0.49 19.06 0.48 0.35
Hex 83 49 2E 0 2C 41 31 13 30 23
Octal 203 111 56 0 54 101 61 23 60 43
Binary 10000011 1001001 101110 0 101100 1000001 110001 10011 110000 100011

Color Harmonies of #83492E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83492E

Black with #83492E

Text Example


Text Example

White with #83492E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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