Html Css Color HEX #865231 Korma

📋 copy color: '#865231'

red 134 ◦ green 82 ◦ blue 49

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

Shades of Korma #865231

Tints of Korma #865231

RGB

 RED value IS 134 (52.73% from 255) = 50.57%

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

 BLUE value IS 49 (19.53% from 255) = 18.49%

R = 50.57%
G = 30.94%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#865231 (or 0x865231) is known color: Korma. HEX triplet: 86, 52 and 31. RGB value is (134,82,49). Sum of RGB (Red+Green+Blue) = 134+82+49=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #865231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865231 is #79ADCE. Grayscale: #5D5D5D. Windows color (decimal): -7974351 or 3232390. OLE color: 3232390.

HSL color Cylindrical-coordinate representation of color #865231: hue angle of 23.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #865231 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 82 49 -
CMYK 0 0.39 0.63 0.47
HSL 23.29º 0.46% 0.36% -
HSV(B) 23.29º 0.63% 0.53% -
XYZ 13.4 11.32 4.39 -
YUV 93.79 102.73 156.68 -
System Red Green Blue C M Y K H S L
Decimal 134 82 49 0 0.39 0.63 0.47 23.29 0.46 0.36
Hex 86 52 31 0 27 3F 2F 17 2E 24
Octal 206 122 61 0 47 77 57 27 56 44
Binary 10000110 1010010 110001 0 100111 111111 101111 10111 101110 100100

Color Harmonies of #865231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865231

Black with #865231

Text Example


Text Example

White with #865231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865231; }

 p { color: rgb(134,82,49); }

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

background-color css

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

 a { background-color: rgb(134,82,49); }

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

border-color css

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

 span { border-color: rgb(134,82,49); }

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