Html Css Color HEX #83522A Korma

📋 copy color: '#83522A'

red 131 ◦ green 82 ◦ blue 42

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

Shades of Korma #83522A

Tints of Korma #83522A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.16%

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

R = 51.37%
G = 32.16%
B = 16.47%

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

#83522A (or 0x83522A) is known color: Korma. HEX triplet: 83, 52 and 2A. RGB value is (131,82,42). Sum of RGB (Red+Green+Blue) = 131+82+42=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #83522A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83522A is #7CADD5. Grayscale: #5C5C5C. Windows color (decimal): -8170966 or 2773635. OLE color: 2773635.

HSL color Cylindrical-coordinate representation of color #83522A: hue angle of 26.97º 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 #83522A is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 82 42 -
CMYK 0 0.37 0.68 0.49
HSL 26.97º 0.51% 0.34% -
HSV(B) 26.97º 0.68% 0.51% -
XYZ 12.8 11.03 3.64 -
YUV 92.09 99.73 155.75 -
System Red Green Blue C M Y K H S L
Decimal 131 82 42 0 0.37 0.68 0.49 26.97 0.51 0.34
Hex 83 52 2A 0 25 44 31 1B 33 22
Octal 203 122 52 0 45 104 61 33 63 42
Binary 10000011 1010010 101010 0 100101 1000100 110001 11011 110011 100010

Color Harmonies of #83522A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83522A

Black with #83522A

Text Example


Text Example

White with #83522A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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