Html Css Color HEX #835332 Korma

📋 copy color: '#835332'

red 131 ◦ green 83 ◦ blue 50

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

Shades of Korma #835332

Tints of Korma #835332

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.44%

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

R = 49.62%
G = 31.44%
B = 18.94%

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

#835332 (or 0x835332) is known color: Korma. HEX triplet: 83, 53 and 32. RGB value is (131,83,50). Sum of RGB (Red+Green+Blue) = 131+83+50=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #835332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835332 is #7CACCD. Grayscale: #5D5D5D. Windows color (decimal): -8170702 or 3298179. OLE color: 3298179.

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

Color convert

RGB 131 83 50 -
CMYK 0 0.37 0.62 0.49
HSL 24.44º 0.45% 0.35% -
HSV(B) 24.44º 0.62% 0.51% -
XYZ 13.03 11.24 4.5 -
YUV 93.59 103.4 154.68 -
System Red Green Blue C M Y K H S L
Decimal 131 83 50 0 0.37 0.62 0.49 24.44 0.45 0.35
Hex 83 53 32 0 25 3E 31 18 2D 23
Octal 203 123 62 0 45 76 61 30 55 43
Binary 10000011 1010011 110010 0 100101 111110 110001 11000 101101 100011

Color Harmonies of #835332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835332

Black with #835332

Text Example


Text Example

White with #835332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835332; }

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

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

background-color css

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

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

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

border-color css

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

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

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