Html Css Color HEX #835131 Korma

📋 copy color: '#835131'

red 131 ◦ green 81 ◦ blue 49

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

Shades of Korma #835131

Tints of Korma #835131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.77%

R = 50.19%
G = 31.03%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#835131 (or 0x835131) is known color: Korma. HEX triplet: 83, 51 and 31. RGB value is (131,81,49). Sum of RGB (Red+Green+Blue) = 131+81+49=261 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.19% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 131 - color contains mainly: red. Hex color #835131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835131 is #7CAECE. Grayscale: #5C5C5C. Windows color (decimal): -8171215 or 3232131. OLE color: 3232131.

HSL color Cylindrical-coordinate representation of color #835131: hue angle of 23.41º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #835131 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 81 49 -
CMYK 0 0.38 0.63 0.49
HSL 23.41º 0.46% 0.35% -
HSV(B) 23.41º 0.63% 0.51% -
XYZ 12.86 10.93 4.34 -
YUV 92.3 103.57 155.6 -
System Red Green Blue C M Y K H S L
Decimal 131 81 49 0 0.38 0.63 0.49 23.41 0.46 0.35
Hex 83 51 31 0 26 3F 31 17 2E 23
Octal 203 121 61 0 46 77 61 27 56 43
Binary 10000011 1010001 110001 0 100110 111111 110001 10111 101110 100011

Color Harmonies of #835131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835131

Black with #835131

Text Example


Text Example

White with #835131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835131; }

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

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

background-color css

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

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

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

border-color css

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

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

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