Html Css Color HEX #835032 Korma

📋 copy color: '#835032'

red 131 ◦ green 80 ◦ blue 50

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

Shades of Korma #835032

Tints of Korma #835032

RGB

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

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

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

R = 50.19%
G = 30.65%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#835032 (or 0x835032) is known color: Korma. HEX triplet: 83, 50 and 32. RGB value is (131,80,50). Sum of RGB (Red+Green+Blue) = 131+80+50=261 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.19% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 131 - color contains mainly: red. Hex color #835032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835032 is #7CAFCD. Grayscale: #5C5C5C. Windows color (decimal): -8171470 or 3297411. OLE color: 3297411.

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

Color convert

RGB 131 80 50 -
CMYK 0 0.39 0.62 0.49
HSL 22.22º 0.45% 0.35% -
HSV(B) 22.22º 0.62% 0.51% -
XYZ 12.8 10.79 4.43 -
YUV 91.83 104.4 155.94 -
System Red Green Blue C M Y K H S L
Decimal 131 80 50 0 0.39 0.62 0.49 22.22 0.45 0.35
Hex 83 50 32 0 27 3E 31 16 2D 23
Octal 203 120 62 0 47 76 61 26 55 43
Binary 10000011 1010000 110010 0 100111 111110 110001 10110 101101 100011

Color Harmonies of #835032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835032

Black with #835032

Text Example


Text Example

White with #835032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835032; }

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

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

background-color css

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

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

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

border-color css

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

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

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