Html Css Color HEX #835232 Korma

📋 copy color: '#835232'

red 131 ◦ green 82 ◦ blue 50

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

Shades of Korma #835232

Tints of Korma #835232

RGB

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

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

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

R = 49.81%
G = 31.18%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#835232 (or 0x835232) is known color: Korma. HEX triplet: 83, 52 and 32. RGB value is (131,82,50). Sum of RGB (Red+Green+Blue) = 131+82+50=263 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.81% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 131 - color contains mainly: red. Hex color #835232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835232 is #7CADCD. Grayscale: #5D5D5D. Windows color (decimal): -8170958 or 3297923. OLE color: 3297923.

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

Color convert

RGB 131 82 50 -
CMYK 0 0.37 0.62 0.49
HSL 23.7º 0.45% 0.35% -
HSV(B) 23.7º 0.62% 0.51% -
XYZ 12.95 11.09 4.48 -
YUV 93 103.73 155.1 -
System Red Green Blue C M Y K H S L
Decimal 131 82 50 0 0.37 0.62 0.49 23.7 0.45 0.35
Hex 83 52 32 0 25 3E 31 18 2D 23
Octal 203 122 62 0 45 76 61 30 55 43
Binary 10000011 1010010 110010 0 100101 111110 110001 11000 101101 100011

Color Harmonies of #835232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835232

Black with #835232

Text Example


Text Example

White with #835232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835232; }

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

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

background-color css

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

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

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

border-color css

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

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

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