Html Css Color HEX #835132 Korma

📋 copy color: '#835132'

red 131 ◦ green 81 ◦ blue 50

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

Shades of Korma #835132

Tints of Korma #835132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.08%

R = 50%
G = 30.92%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#835132 (or 0x835132) is known color: Korma. HEX triplet: 83, 51 and 32. RGB value is (131,81,50). Sum of RGB (Red+Green+Blue) = 131+81+50=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #835132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835132 is #7CAECD. Grayscale: #5C5C5C. Windows color (decimal): -8171214 or 3297667. OLE color: 3297667.

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

Color convert

RGB 131 81 50 -
CMYK 0 0.38 0.62 0.49
HSL 22.96º 0.45% 0.35% -
HSV(B) 22.96º 0.62% 0.51% -
XYZ 12.88 10.94 4.45 -
YUV 92.42 104.07 155.52 -
System Red Green Blue C M Y K H S L
Decimal 131 81 50 0 0.38 0.62 0.49 22.96 0.45 0.35
Hex 83 51 32 0 26 3E 31 17 2D 23
Octal 203 121 62 0 46 76 61 27 55 43
Binary 10000011 1010001 110010 0 100110 111110 110001 10111 101101 100011

Color Harmonies of #835132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835132

Black with #835132

Text Example


Text Example

White with #835132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835132; }

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

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

background-color css

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

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

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

border-color css

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

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

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