Html Css Color HEX #835231 Korma

📋 copy color: '#835231'

red 131 ◦ green 82 ◦ blue 49

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

Shades of Korma #835231

Tints of Korma #835231

RGB

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

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

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

R = 50%
G = 31.3%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#835231 (or 0x835231) is known color: Korma. HEX triplet: 83, 52 and 31. RGB value is (131,82,49). Sum of RGB (Red+Green+Blue) = 131+82+49=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #835231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835231 is #7CADCE. Grayscale: #5D5D5D. Windows color (decimal): -8170959 or 3232387. OLE color: 3232387.

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

Color convert

RGB 131 82 49 -
CMYK 0 0.37 0.63 0.49
HSL 24.15º 0.46% 0.35% -
HSV(B) 24.15º 0.63% 0.51% -
XYZ 12.93 11.08 4.36 -
YUV 92.89 103.23 155.18 -
System Red Green Blue C M Y K H S L
Decimal 131 82 49 0 0.37 0.63 0.49 24.15 0.46 0.35
Hex 83 52 31 0 25 3F 31 18 2E 23
Octal 203 122 61 0 45 77 61 30 56 43
Binary 10000011 1010010 110001 0 100101 111111 110001 11000 101110 100011

Color Harmonies of #835231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835231

Black with #835231

Text Example


Text Example

White with #835231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835231; }

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

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

background-color css

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

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

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

border-color css

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

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

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