Html Css Color HEX #835631 Korma

📋 copy color: '#835631'

red 131 ◦ green 86 ◦ blue 49

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

Shades of Korma #835631

Tints of Korma #835631

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.33%

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

R = 49.25%
G = 32.33%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#835631 (or 0x835631) is known color: Korma. HEX triplet: 83, 56 and 31. RGB value is (131,86,49). Sum of RGB (Red+Green+Blue) = 131+86+49=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 131 - color contains mainly: red. Hex color #835631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835631 is #7CA9CE. Grayscale: #5F5F5F. Windows color (decimal): -8169935 or 3233411. OLE color: 3233411.

HSL color Cylindrical-coordinate representation of color #835631: hue angle of 27.07º 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 #835631 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 86 49 -
CMYK 0 0.34 0.63 0.49
HSL 27.07º 0.46% 0.35% -
HSV(B) 27.07º 0.63% 0.51% -
XYZ 13.24 11.7 4.47 -
YUV 95.24 101.91 153.51 -
System Red Green Blue C M Y K H S L
Decimal 131 86 49 0 0.34 0.63 0.49 27.07 0.46 0.35
Hex 83 56 31 0 22 3F 31 1B 2E 23
Octal 203 126 61 0 42 77 61 33 56 43
Binary 10000011 1010110 110001 0 100010 111111 110001 11011 101110 100011

Color Harmonies of #835631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835631

Black with #835631

Text Example


Text Example

White with #835631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835631; }

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

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

background-color css

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

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

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

border-color css

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

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

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