Html Css Color HEX #83532A Korma

📋 copy color: '#83532A'

red 131 ◦ green 83 ◦ blue 42

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

Shades of Korma #83532A

Tints of Korma #83532A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.42%

 BLUE value IS 42 (16.8% from 255) = 16.41%

R = 51.17%
G = 32.42%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#83532A (or 0x83532A) is known color: Korma. HEX triplet: 83, 53 and 2A. RGB value is (131,83,42). Sum of RGB (Red+Green+Blue) = 131+83+42=256 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.17% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 131 - color contains mainly: red. Hex color #83532A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83532A is #7CACD5. Grayscale: #5C5C5C. Windows color (decimal): -8170710 or 2773891. OLE color: 2773891.

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

Color convert

RGB 131 83 42 -
CMYK 0 0.37 0.68 0.49
HSL 27.64º 0.51% 0.34% -
HSV(B) 27.64º 0.68% 0.51% -
XYZ 12.87 11.18 3.67 -
YUV 92.68 99.4 155.33 -
System Red Green Blue C M Y K H S L
Decimal 131 83 42 0 0.37 0.68 0.49 27.64 0.51 0.34
Hex 83 53 2A 0 25 44 31 1C 33 22
Octal 203 123 52 0 45 104 61 34 63 42
Binary 10000011 1010011 101010 0 100101 1000100 110001 11100 110011 100010

Color Harmonies of #83532A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83532A

Black with #83532A

Text Example


Text Example

White with #83532A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83532A; }

 p { color: rgb(131,83,42); }

 H1.HeaderClassName
 {
   color: #83532A;
 }
 .AnyTagClassName
 {
   color: #83532A;
 }
</style>

background-color css

<style>
 a { background-color: #83532A; }

 a { background-color: rgb(131,83,42); }

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

border-color css

<style>
 span { border-color: #83532A; }

 span { border-color: rgb(131,83,42); }

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