Html Css Color HEX #835031 Korma

📋 copy color: '#835031'

red 131 ◦ green 80 ◦ blue 49

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

Shades of Korma #835031

Tints of Korma #835031

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.77%

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

R = 50.38%
G = 30.77%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#835031 (or 0x835031) is known color: Korma. HEX triplet: 83, 50 and 31. RGB value is (131,80,49). Sum of RGB (Red+Green+Blue) = 131+80+49=260 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.38% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 131 - color contains mainly: red. Hex color #835031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835031 is #7CAFCE. Grayscale: #5B5B5B. Windows color (decimal): -8171471 or 3231875. OLE color: 3231875.

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

Color convert

RGB 131 80 49 -
CMYK 0 0.39 0.63 0.49
HSL 22.68º 0.46% 0.35% -
HSV(B) 22.68º 0.63% 0.51% -
XYZ 12.78 10.78 4.31 -
YUV 91.72 103.9 156.02 -
System Red Green Blue C M Y K H S L
Decimal 131 80 49 0 0.39 0.63 0.49 22.68 0.46 0.35
Hex 83 50 31 0 27 3F 31 17 2E 23
Octal 203 120 61 0 47 77 61 27 56 43
Binary 10000011 1010000 110001 0 100111 111111 110001 10111 101110 100011

Color Harmonies of #835031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835031

Black with #835031

Text Example


Text Example

White with #835031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835031; }

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

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

background-color css

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

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

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

border-color css

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

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

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