Html Css Color HEX #83512C Korma

📋 copy color: '#83512C'

red 131 ◦ green 81 ◦ blue 44

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

Shades of Korma #83512C

Tints of Korma #83512C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.64%

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

R = 51.17%
G = 31.64%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#83512C (or 0x83512C) is known color: Korma. HEX triplet: 83, 51 and 2C. RGB value is (131,81,44). Sum of RGB (Red+Green+Blue) = 131+81+44=256 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.17% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 131 - color contains mainly: red. Hex color #83512C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83512C is #7CAED3. Grayscale: #5B5B5B. Windows color (decimal): -8171220 or 2904451. OLE color: 2904451.

HSL color Cylindrical-coordinate representation of color #83512C: hue angle of 25.52º 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 #83512C is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 81 44 -
CMYK 0 0.38 0.66 0.49
HSL 25.52º 0.5% 0.34% -
HSV(B) 25.52º 0.66% 0.51% -
XYZ 12.76 10.89 3.81 -
YUV 91.73 101.07 156.01 -
System Red Green Blue C M Y K H S L
Decimal 131 81 44 0 0.38 0.66 0.49 25.52 0.5 0.34
Hex 83 51 2C 0 26 42 31 1A 32 22
Octal 203 121 54 0 46 102 61 32 62 42
Binary 10000011 1010001 101100 0 100110 1000010 110001 11010 110010 100010

Color Harmonies of #83512C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83512C

Black with #83512C

Text Example


Text Example

White with #83512C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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