Html Css Color HEX #835532 Korma

📋 copy color: '#835532'

red 131 ◦ green 85 ◦ blue 50

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

Shades of Korma #835532

Tints of Korma #835532

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.95%

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

R = 49.25%
G = 31.95%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#835532 (or 0x835532) is known color: Korma. HEX triplet: 83, 55 and 32. RGB value is (131,85,50). Sum of RGB (Red+Green+Blue) = 131+85+50=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 131 - color contains mainly: red. Hex color #835532 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835532 is #7CAACD. Grayscale: #5E5E5E. Windows color (decimal): -8170190 or 3298691. OLE color: 3298691.

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

Color convert

RGB 131 85 50 -
CMYK 0 0.35 0.62 0.49
HSL 25.93º 0.45% 0.35% -
HSV(B) 25.93º 0.62% 0.51% -
XYZ 13.18 11.55 4.55 -
YUV 94.76 102.74 153.85 -
System Red Green Blue C M Y K H S L
Decimal 131 85 50 0 0.35 0.62 0.49 25.93 0.45 0.35
Hex 83 55 32 0 23 3E 31 1A 2D 23
Octal 203 125 62 0 43 76 61 32 55 43
Binary 10000011 1010101 110010 0 100011 111110 110001 11010 101101 100011

Color Harmonies of #835532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835532

Black with #835532

Text Example


Text Example

White with #835532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835532; }

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

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

background-color css

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

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

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

border-color css

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

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

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