Html Css Color HEX #83532F Korma

📋 copy color: '#83532F'

red 131 ◦ green 83 ◦ blue 47

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

Shades of Korma #83532F

Tints of Korma #83532F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.01%

R = 50.19%
G = 31.8%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#83532F (or 0x83532F) is known color: Korma. HEX triplet: 83, 53 and 2F. RGB value is (131,83,47). Sum of RGB (Red+Green+Blue) = 131+83+47=261 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.19% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 131 - color contains mainly: red. Hex color #83532F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83532F is #7CACD0. Grayscale: #5D5D5D. Windows color (decimal): -8170705 or 3101571. OLE color: 3101571.

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

Color convert

RGB 131 83 47 -
CMYK 0 0.37 0.64 0.49
HSL 25.71º 0.47% 0.35% -
HSV(B) 25.71º 0.64% 0.51% -
XYZ 12.97 11.22 4.17 -
YUV 93.25 101.9 154.93 -
System Red Green Blue C M Y K H S L
Decimal 131 83 47 0 0.37 0.64 0.49 25.71 0.47 0.35
Hex 83 53 2F 0 25 40 31 1A 2F 23
Octal 203 123 57 0 45 100 61 32 57 43
Binary 10000011 1010011 101111 0 100101 1000000 110001 11010 101111 100011

Color Harmonies of #83532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83532F

Black with #83532F

Text Example


Text Example

White with #83532F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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