Html Css Color HEX #83542B Korma

📋 copy color: '#83542B'

red 131 ◦ green 84 ◦ blue 43

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

Shades of Korma #83542B

Tints of Korma #83542B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.56%

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

R = 50.78%
G = 32.56%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#83542B (or 0x83542B) is known color: Korma. HEX triplet: 83, 54 and 2B. RGB value is (131,84,43). Sum of RGB (Red+Green+Blue) = 131+84+43=258 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.78% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 131 - color contains mainly: red. Hex color #83542B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83542B is #7CABD4. Grayscale: #5D5D5D. Windows color (decimal): -8170453 or 2839683. OLE color: 2839683.

HSL color Cylindrical-coordinate representation of color #83542B: hue angle of 27.95º 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 #83542B is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 84 43 -
CMYK 0 0.36 0.67 0.49
HSL 27.95º 0.51% 0.34% -
HSV(B) 27.95º 0.67% 0.51% -
XYZ 12.97 11.34 3.79 -
YUV 93.38 99.57 154.83 -
System Red Green Blue C M Y K H S L
Decimal 131 84 43 0 0.36 0.67 0.49 27.95 0.51 0.34
Hex 83 54 2B 0 24 43 31 1C 33 22
Octal 203 124 53 0 44 103 61 34 63 42
Binary 10000011 1010100 101011 0 100100 1000011 110001 11100 110011 100010

Color Harmonies of #83542B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83542B

Black with #83542B

Text Example


Text Example

White with #83542B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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